Html Css Color HEX #B80A33 Cardinal

📋 copy color: '#B80A33'

red 184 ◦ green 10 ◦ blue 51

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

Shades of Cardinal #B80A33

Tints of Cardinal #B80A33

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.08%

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

R = 75.1%
G = 4.08%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B80A33 (or 0xB80A33) is known color: Cardinal. HEX triplet: B8, 0A and 33. RGB value is (184,10,51). Sum of RGB (Red+Green+Blue) = 184+10+51=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A33 is #47F5CC. Grayscale: #424242. Windows color (decimal): -4715981 or 3345080. OLE color: 3345080.

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

Color convert

RGB 184 10 51 -
CMYK 0 0.95 0.72 0.28
HSL 345.86º 0.9% 0.38% -
HSV(B) 345.86º 0.95% 0.72% -
XYZ 20.47 10.65 4.11 -
YUV 66.7 119.15 211.67 -
System Red Green Blue C M Y K H S L
Decimal 184 10 51 0 0.95 0.72 0.28 345.86 0.9 0.38
Hex B8 A 33 0 5F 48 1C 15A 5A 26
Octal 270 12 63 0 137 110 34 532 132 46
Binary 10111000 1010 110011 0 1011111 1001000 11100 101011010 1011010 100110

Color Harmonies of #B80A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A33

Black with #B80A33

Text Example


Text Example

White with #B80A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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