Html Css Color HEX #B80B33 Cardinal

📋 copy color: '#B80B33'

red 184 ◦ green 11 ◦ blue 51

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

Shades of Cardinal #B80B33

Tints of Cardinal #B80B33

RGB

 RED value IS 184 (72.27% from 255) = 74.8%

 GREEN value IS 11 (4.69% from 255) = 4.47%

 BLUE value IS 51 (20.31% from 255) = 20.73%

R = 74.8%
G = 4.47%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B80B33 (or 0xB80B33) is known color: Cardinal. HEX triplet: B8, 0B and 33. RGB value is (184,11,51). Sum of RGB (Red+Green+Blue) = 184+11+51=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B33 is #47F4CC. Grayscale: #434343. Windows color (decimal): -4715725 or 3345336. OLE color: 3345336.

HSL color Cylindrical-coordinate representation of color #B80B33: hue angle of 346.13º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B33 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 11 51 -
CMYK 0 0.94 0.72 0.28
HSL 346.13º 0.89% 0.38% -
HSV(B) 346.13º 0.94% 0.72% -
XYZ 20.48 10.67 4.11 -
YUV 67.29 118.81 211.25 -
System Red Green Blue C M Y K H S L
Decimal 184 11 51 0 0.94 0.72 0.28 346.13 0.89 0.38
Hex B8 B 33 0 5E 48 1C 15A 59 26
Octal 270 13 63 0 136 110 34 532 131 46
Binary 10111000 1011 110011 0 1011110 1001000 11100 101011010 1011001 100110

Color Harmonies of #B80B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B33

Black with #B80B33

Text Example


Text Example

White with #B80B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B33; }

 p { color: rgb(184,11,51); }

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

background-color css

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

 a { background-color: rgb(184,11,51); }

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

border-color css

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

 span { border-color: rgb(184,11,51); }

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