Html Css Color HEX #BE0832 Cardinal

📋 copy color: '#BE0832'

red 190 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #BE0832

Tints of Cardinal #BE0832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 76.61%
G = 3.23%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE0832 (or 0xBE0832) is known color: Cardinal. HEX triplet: BE, 08 and 32. RGB value is (190,8,50). Sum of RGB (Red+Green+Blue) = 190+8+50=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0832 is #41F7CD. Grayscale: #434343. Windows color (decimal): -4323278 or 3279038. OLE color: 3279038.

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

Color convert

RGB 190 8 50 -
CMYK 0 0.96 0.74 0.25
HSL 346.15º 0.92% 0.39% -
HSV(B) 346.15º 0.96% 0.75% -
XYZ 21.9 11.35 4.05 -
YUV 67.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 190 8 50 0 0.96 0.74 0.25 346.15 0.92 0.39
Hex BE 8 32 0 60 4A 19 15A 5C 27
Octal 276 10 62 0 140 112 31 532 134 47
Binary 10111110 1000 110010 0 1100000 1001010 11001 101011010 1011100 100111

Color Harmonies of #BE0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0832

Black with #BE0832

Text Example


Text Example

White with #BE0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0832; }

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

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

background-color css

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

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

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

border-color css

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

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

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