#B60F36

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

Shades of Cardinal #B60F36

Tints of Cardinal #B60F36

Color information

#B60F36 (or 0xB60F36) is unknown color: approx Cardinal. HEX triplet: B6, 0F and 36. RGB value is (182,15,54). Sum of RGB (Red+Green+Blue) = 182+15+54=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60F36 is #49F0C9. Grayscale: #454545. Windows color (decimal): -4845770 or 3542966. OLE color: 3542966.

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

Color convert

RGB1821554-
CMYK00.920.700.29
HSL345.99º84.77%38.63%-
HSV(B)345.99º91.76%71.37%-
XYZ20.1310.554.47-
YUV69.38119.33208.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 72.51%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 54 (21.48% from 255) = 21.51%
R=72.51%
G=5.98%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182155400.920.700.29345.9984.7738.63
HexB6F3605C461D15a5527
Octal266176601341063553212547
Binary101101101111110110010111001000110111011010110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60F36; }

 p { color: rgb(182,15,54); }

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

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

 a { background-color: rgb(182,15,54); }

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

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

 span { border-color: rgb(182,15,54); }

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