#B60732

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

Shades of Cardinal #B60732

Tints of Cardinal #B60732

Color information

#B60732 (or 0xB60732) is unknown color: approx Cardinal. HEX triplet: B6, 07 and 32. RGB value is (182,7,50). Sum of RGB (Red+Green+Blue) = 182+7+50=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B60732 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60732 is #49F8CD. Grayscale: #404040. Windows color (decimal): -4847822 or 3278774. OLE color: 3278774.

HSL color Cylindrical-coordinate representation of color #B60732: hue angle of 345.26º degrees, saturation: 0.93, 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 #B60732 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB182750-
CMYK00.960.730.29
HSL345.26º92.59%37.06%-
HSV(B)345.26º96.15%71.37%-
XYZ19.9410.333.96-
YUV64.23119.98212-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 76.15%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=76.15%
G=2.93%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18275000.960.730.29345.2692.5937.06
HexB6732060491D1595d25
Octal26676201401113553113545
Binary10110110111110010011000001001001111011010110011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60732; }

 p { color: rgb(182,7,50); }

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

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

 a { background-color: rgb(182,7,50); }

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

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

 span { border-color: rgb(182,7,50); }

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