#B60C46

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

Shades of Cardinal #B60C46

Tints of Cardinal #B60C46

Color information

#B60C46 (or 0xB60C46) is unknown color: approx Cardinal. HEX triplet: B6, 0C and 46. RGB value is (182,12,70). Sum of RGB (Red+Green+Blue) = 182+12+70=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60C46 is #49F3B9. Grayscale: #454545. Windows color (decimal): -4846522 or 4590774. OLE color: 4590774.

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

Color convert

RGB1821270-
CMYK00.930.620.29
HSL339.53º87.63%38.04%-
HSV(B)339.53º93.41%71.37%-
XYZ20.5310.656.77-
YUV69.44128.32208.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.94%
GREEN value IS 12 (5.08% from 255) = 4.55%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=68.94%
G=4.55%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182127000.930.620.29339.5387.6338.04
HexB6C4605D3E1D1545826
Octal266141060135763552413046
Binary101101101100100011001011101111110111011010101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60C46; }

 p { color: rgb(182,12,70); }

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

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

 a { background-color: rgb(182,12,70); }

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

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

 span { border-color: rgb(182,12,70); }

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