#B60944

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

Shades of Cardinal #B60944

Tints of Cardinal #B60944

Color information

#B60944 (or 0xB60944) is unknown color: approx Cardinal. HEX triplet: B6, 09 and 44. RGB value is (182,9,68). Sum of RGB (Red+Green+Blue) = 182+9+68=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B60944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60944 is #49F6BB. Grayscale: #434343. Windows color (decimal): -4847292 or 4458934. OLE color: 4458934.

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

Color convert

RGB182968-
CMYK00.950.630.29
HSL339.54º90.58%37.45%-
HSV(B)339.54º95.05%71.37%-
XYZ20.4310.566.43-
YUV67.45128.31209.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.27%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=70.27%
G=3.47%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18296800.950.630.29339.5490.5837.45
HexB694405F3F1D1545b25
Octal266111040137773552413345
Binary101101101001100010001011111111111111011010101001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60944; }

 p { color: rgb(182,9,68); }

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

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

 a { background-color: rgb(182,9,68); }

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

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

 span { border-color: rgb(182,9,68); }

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