Html Css Color HEX #BE0242 Cardinal

📋 copy color: '#BE0242'

red 190 ◦ green 2 ◦ blue 66

#BE0242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE0242

Tints of Cardinal #BE0242

RGB

 RED value IS 190 (74.61% from 255) = 73.64%

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 73.64%
G = 0.78%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE0242 (or 0xBE0242) is known color: Cardinal. HEX triplet: BE, 02 and 42. RGB value is (190,2,66). Sum of RGB (Red+Green+Blue) = 190+2+66=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0242 is #41FDBD. Grayscale: #414141. Windows color (decimal): -4324798 or 4326078. OLE color: 4326078.

HSL color Cylindrical-coordinate representation of color #BE0242: hue angle of 339.57º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0242 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 66 -
CMYK 0 0.99 0.65 0.25
HSL 339.57º 0.98% 0.38% -
HSV(B) 339.57º 0.99% 0.75% -
XYZ 22.24 11.38 6.18 -
YUV 65.51 128.28 216.8 -
System Red Green Blue C M Y K H S L
Decimal 190 2 66 0 0.99 0.65 0.25 339.57 0.98 0.38
Hex BE 2 42 0 63 41 19 154 62 26
Octal 276 2 102 0 143 101 31 524 142 46
Binary 10111110 10 1000010 0 1100011 1000001 11001 101010100 1100010 100110

Color Harmonies of #BE0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0242

Black with #BE0242

Text Example


Text Example

White with #BE0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0242; }

 p { color: rgb(190,2,66); }

 H1.HeaderClassName
 {
   color: #BE0242;
 }
 .AnyTagClassName
 {
   color: #BE0242;
 }
</style>

background-color css

<style>
 a { background-color: #BE0242; }

 a { background-color: rgb(190,2,66); }

 div.DivClassName
 {
   background-color: #BE0242;
 }
 .BgClassName
 {
   background-color: #BE0242;
 }
</style>

border-color css

<style>
 span { border-color: #BE0242; }

 span { border-color: rgb(190,2,66); }

 td.TdClassName
 {
   border-color: #BE0242;
 }
 .TagClassName
 {
   border-color: #BE0242;
 }
</style>