#B60845

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

Shades of Cardinal #B60845

Tints of Cardinal #B60845

Color information

#B60845 (or 0xB60845) is unknown color: approx Cardinal. HEX triplet: B6, 08 and 45. RGB value is (182,8,69). Sum of RGB (Red+Green+Blue) = 182+8+69=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B60845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60845 is #49F7BA. Grayscale: #424242. Windows color (decimal): -4847547 or 4524214. OLE color: 4524214.

HSL color Cylindrical-coordinate representation of color #B60845: hue angle of 338.97º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60845 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB182869-
CMYK00.960.620.29
HSL338.97º91.58%37.25%-
HSV(B)338.97º95.6%71.37%-
XYZ20.4510.556.59-
YUV66.98129.15210.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.27%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=70.27%
G=3.09%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18286900.960.620.29338.9791.5837.25
HexB68450603E1D1535c25
Octal266101050140763552313445
Binary101101101000100010101100000111110111011010100111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60845; }

 p { color: rgb(182,8,69); }

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

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

 a { background-color: rgb(182,8,69); }

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

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

 span { border-color: rgb(182,8,69); }

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