#B82127

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

Shades of Cardinal #B82127

Tints of Cardinal #B82127

Color information

#B82127 (or 0xB82127) is unknown color: approx Cardinal. HEX triplet: B8, 21 and 27. RGB value is (184,33,39). Sum of RGB (Red+Green+Blue) = 184+33+39=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B82127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82127 is #47DED8. Grayscale: #4E4E4E. Windows color (decimal): -4710105 or 2564536. OLE color: 2564536.

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

Color convert

RGB1843339-
CMYK00.820.790.28
HSL357.62º69.59%42.55%-
HSV(B)357.62º82.07%72.16%-
XYZ20.6811.423.03-
YUV78.83105.53203.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.88%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=71.88%
G=12.89%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184333900.820.790.28357.6269.5942.55
HexB821270524F1C166462b
Octal270414701221173454610653
Binary10111000100001100111010100101001111111001011001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82127; }

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

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

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

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

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

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

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

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