#B60731

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

Shades of Cardinal #B60731

Tints of Cardinal #B60731

Color information

#B60731 (or 0xB60731) is unknown color: approx Cardinal. HEX triplet: B6, 07 and 31. RGB value is (182,7,49). Sum of RGB (Red+Green+Blue) = 182+7+49=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B60731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60731 is #49F8CE. Grayscale: #404040. Windows color (decimal): -4847823 or 3213238. OLE color: 3213238.

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

Color convert

RGB182749-
CMYK00.960.730.29
HSL345.6º92.59%37.06%-
HSV(B)345.6º96.15%71.37%-
XYZ19.9210.323.85-
YUV64.11119.48212.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 76.47%
GREEN value IS 7 (3.12% from 255) = 2.94%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=76.47%
G=2.94%
B=20.59%

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
Decimal18274900.960.730.29345.692.5937.06
HexB6731060491D15a5d25
Octal26676101401113553213545
Binary10110110111110001011000001001001111011010110101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60731; }

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

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

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

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

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

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

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

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