#B82836

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

Shades of Cardinal #B82836

Tints of Cardinal #B82836

Color information

#B82836 (or 0xB82836) is unknown color: approx Cardinal. HEX triplet: B8, 28 and 36. RGB value is (184,40,54). Sum of RGB (Red+Green+Blue) = 184+40+54=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B82836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82836 is #47D7C9. Grayscale: #545454. Windows color (decimal): -4708298 or 3549368. OLE color: 3549368.

HSL color Cylindrical-coordinate representation of color #B82836: hue angle of 354.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82836 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB1844054-
CMYK00.780.710.28
HSL354.17º64.29%43.92%-
HSV(B)354.17º78.26%72.16%-
XYZ21.1911.974.68-
YUV84.65110.71198.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.19%
GREEN value IS 40 (16.02% from 255) = 14.39%
BLUE value IS 54 (21.48% from 255) = 19.42%
R=66.19%
G=14.39%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184405400.780.710.28354.1764.2943.92
HexB8283604E471C162402c
Octal270506601161073454210054
Binary10111000101000110110010011101000111111001011000101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82836; }

 p { color: rgb(184,40,54); }

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

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

 a { background-color: rgb(184,40,54); }

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

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

 span { border-color: rgb(184,40,54); }

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