#B80B45

Color #B80B45 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B80B45

Tints of Cardinal #B80B45

Color information

#B80B45 (or 0xB80B45) is unknown color: approx 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

RGB1841169-
CMYK00.940.620.28
HSL339.88º88.72%38.24%-
HSV(B)339.88º94.02%72.16%-
XYZ20.9610.866.62-
YUV69.34127.81209.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.70%
GREEN value IS 11 (4.69% from 255) = 4.17%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=69.70%
G=4.17%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184116900.940.620.28339.8888.7238.24
HexB8B4505E3E1C1545926
Octal270131050136763452413146
Binary101110001011100010101011110111110111001010101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>