#B60C3E

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

Shades of Cardinal #B60C3E

Tints of Cardinal #B60C3E

Color information

#B60C3E (or 0xB60C3E) is unknown color: approx Cardinal. HEX triplet: B6, 0C and 3E. RGB value is (182,12,62). Sum of RGB (Red+Green+Blue) = 182+12+62=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60C3E is #49F3C1. Grayscale: #444444. Windows color (decimal): -4846530 or 4066486. OLE color: 4066486.

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

Color convert

RGB1821262-
CMYK00.930.660.29
HSL342.35º87.63%38.04%-
HSV(B)342.35º93.41%71.37%-
XYZ20.2910.565.53-
YUV68.53124.32208.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.09%
GREEN value IS 12 (5.08% from 255) = 4.69%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=71.09%
G=4.69%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182126200.930.660.29342.3587.6338.04
HexB6C3E05D421D1565826
Octal266147601351023552613046
Binary101101101100111110010111011000010111011010101101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60C3E; }

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

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

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

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

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

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

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

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