#B81446

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

Shades of Cardinal #B81446

Tints of Cardinal #B81446

Color information

#B81446 (or 0xB81446) is unknown color: approx Cardinal. HEX triplet: B8, 14 and 46. RGB value is (184,20,70). Sum of RGB (Red+Green+Blue) = 184+20+70=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B81446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81446 is #47EBB9. Grayscale: #4A4A4A. Windows color (decimal): -4713402 or 4592824. OLE color: 4592824.

HSL color Cylindrical-coordinate representation of color #B81446: hue angle of 341.71º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81446 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1842070-
CMYK00.890.620.28
HSL341.71º80.39%40%-
HSV(B)341.71º89.13%72.16%-
XYZ21.1211.136.83-
YUV74.74125.33205.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.15%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 70 (27.73% from 255) = 25.55%
R=67.15%
G=7.30%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184207000.890.620.28341.7180.3940
HexB814460593E1C1565028
Octal270241060131763452612050
Binary1011100010100100011001011001111110111001010101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81446; }

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

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

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

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

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

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

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

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