#B82139

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

Shades of Cardinal #B82139

Tints of Cardinal #B82139

Color information

#B82139 (or 0xB82139) is unknown color: approx Cardinal. HEX triplet: B8, 21 and 39. RGB value is (184,33,57). Sum of RGB (Red+Green+Blue) = 184+33+57=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B82139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82139 is #47DEC6. Grayscale: #505050. Windows color (decimal): -4710087 or 3744184. OLE color: 3744184.

HSL color Cylindrical-coordinate representation of color #B82139: hue angle of 350.46º 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 #B82139 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB1843357-
CMYK00.820.690.28
HSL350.46º69.59%42.55%-
HSV(B)350.46º82.07%72.16%-
XYZ21.0511.575-
YUV80.89114.53201.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.15%
GREEN value IS 33 (13.28% from 255) = 12.04%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=67.15%
G=12.04%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184335700.820.690.28350.4669.5942.55
HexB82139052451C15e462b
Octal270417101221053453610653
Binary10111000100001111001010100101000101111001010111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82139; }

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

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

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

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

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

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

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

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