Html Css Color HEX #B80B45 Cardinal

📋 copy color: '#B80B45'

red 184 ◦ green 11 ◦ blue 69

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

Shades of Cardinal #B80B45

Tints of Cardinal #B80B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.14%

R = 69.7%
G = 4.17%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B80B45 (or 0xB80B45) is known color: Cardinal. HEX triplet: B8, 0B and 45. RGB value is (184,11,69). Sum of RGB (Red+Green+Blue) = 184+11+69=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B45 is #47F4BA. Grayscale: #454545. Windows color (decimal): -4715707 or 4524984. OLE color: 4524984.

HSL color Cylindrical-coordinate representation of color #B80B45: hue angle of 339.88º 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 #B80B45 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 11 69 -
CMYK 0 0.94 0.62 0.28
HSL 339.88º 0.89% 0.38% -
HSV(B) 339.88º 0.94% 0.72% -
XYZ 20.96 10.86 6.62 -
YUV 69.34 127.81 209.78 -
System Red Green Blue C M Y K H S L
Decimal 184 11 69 0 0.94 0.62 0.28 339.88 0.89 0.38
Hex B8 B 45 0 5E 3E 1C 154 59 26
Octal 270 13 105 0 136 76 34 524 131 46
Binary 10111000 1011 1000101 0 1011110 111110 11100 101010100 1011001 100110

Color Harmonies of #B80B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80B45

Black with #B80B45

Text Example


Text Example

White with #B80B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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