#B82144

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

Shades of Cardinal #B82144

Tints of Cardinal #B82144

Color information

#B82144 (or 0xB82144) is unknown color: approx Cardinal. HEX triplet: B8, 21 and 44. RGB value is (184,33,68). Sum of RGB (Red+Green+Blue) = 184+33+68=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B82144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82144 is #47DEBB. Grayscale: #525252. Windows color (decimal): -4710076 or 4465080. OLE color: 4465080.

HSL color Cylindrical-coordinate representation of color #B82144: hue angle of 346.09º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82144 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB1843368-
CMYK00.820.630.28
HSL346.09º69.59%42.55%-
HSV(B)346.09º82.07%72.16%-
XYZ21.3511.76.6-
YUV82.14120.03200.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 64.56%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=64.56%
G=11.58%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184336800.820.630.28346.0969.5942.55
HexB821440523F1C15a462b
Octal270411040122773453210653
Binary10111000100001100010001010010111111111001010110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82144; }

 p { color: rgb(184,33,68); }

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

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

 a { background-color: rgb(184,33,68); }

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

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

 span { border-color: rgb(184,33,68); }

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