#B80040

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

Shades of Cardinal #B80040

Tints of Cardinal #B80040

Color information

#B80040 (or 0xB80040) is unknown color: approx Cardinal. HEX triplet: B8, 00 and 40. RGB value is (184,0,64). Sum of RGB (Red+Green+Blue) = 184+0+64=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B80040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80040 is #47FFBF. Grayscale: #3E3E3E. Windows color (decimal): -4718528 or 4194488. OLE color: 4194488.

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

Color convert

RGB184064-
CMYK010.650.28
HSL339.13º100%36.08%-
HSV(B)339.13º100%72.16%-
XYZ20.6910.565.8-
YUV62.31128.96214.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 74.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=74.19%
G=0%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184064010.650.28339.1310036.08
HexB8040064411C1536424
Octal270010001441013452314444
Binary1011100001000000011001001000001111001010100111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80040; }

 p { color: rgb(184,0,64); }

 H1.HeaderClassName
 {
   color: #B80040;
 }
 .AnyTagClassName
 {
   color: #B80040;
 }
</style>
background-color css

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

 a { background-color: rgb(184,0,64); }

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

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

 span { border-color: rgb(184,0,64); }

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