#B80946

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

Shades of Cardinal #B80946

Tints of Cardinal #B80946

Color information

#B80946 (or 0xB80946) is unknown color: approx Cardinal. HEX triplet: B8, 09 and 46. RGB value is (184,9,70). Sum of RGB (Red+Green+Blue) = 184+9+70=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B80946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80946 is #47F6B9. Grayscale: #444444. Windows color (decimal): -4716218 or 4590008. OLE color: 4590008.

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

Color convert

RGB184970-
CMYK00.950.620.28
HSL339.09º90.67%37.84%-
HSV(B)339.09º95.11%72.16%-
XYZ20.9710.836.78-
YUV68.28128.98210.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=69.96%
G=3.42%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18497000.950.620.28339.0990.6737.84
HexB894605F3E1C1535b26
Octal270111060137763452313346
Binary101110001001100011001011111111110111001010100111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80946; }

 p { color: rgb(184,9,70); }

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

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

 a { background-color: rgb(184,9,70); }

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

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

 span { border-color: rgb(184,9,70); }

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