Html Css Color HEX #BE0E32 Cardinal

📋 copy color: '#BE0E32'

red 190 ◦ green 14 ◦ blue 50

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

Shades of Cardinal #BE0E32

Tints of Cardinal #BE0E32

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 74.8%
G = 5.51%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE0E32 (or 0xBE0E32) is known color: Cardinal. HEX triplet: BE, 0E and 32. RGB value is (190,14,50). Sum of RGB (Red+Green+Blue) = 190+14+50=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E32 is #41F1CD. Grayscale: #464646. Windows color (decimal): -4321742 or 3280574. OLE color: 3280574.

HSL color Cylindrical-coordinate representation of color #BE0E32: hue angle of 347.73º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0E32 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 14 50 -
CMYK 0 0.93 0.74 0.25
HSL 347.73º 0.86% 0.4% -
HSV(B) 347.73º 0.93% 0.75% -
XYZ 21.97 11.49 4.08 -
YUV 70.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 190 14 50 0 0.93 0.74 0.25 347.73 0.86 0.4
Hex BE E 32 0 5D 4A 19 15C 56 28
Octal 276 16 62 0 135 112 31 534 126 50
Binary 10111110 1110 110010 0 1011101 1001010 11001 101011100 1010110 101000

Color Harmonies of #BE0E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0E32

Black with #BE0E32

Text Example


Text Example

White with #BE0E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0E32; }

 p { color: rgb(190,14,50); }

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

background-color css

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

 a { background-color: rgb(190,14,50); }

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

border-color css

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

 span { border-color: rgb(190,14,50); }

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