#9C0312

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

Shades of Carmine #9C0312

Tints of Carmine #9C0312

Color information

#9C0312 (or 0x9C0312) is unknown color: approx Carmine. HEX triplet: 9C, 03 and 12. RGB value is (156,3,18). Sum of RGB (Red+Green+Blue) = 156+3+18=177 (23% of max value = 765). Red value is 156 (61.33% from 255 or 88.14% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0312 is #63FCED. Grayscale: #323232. Windows color (decimal): -6552814 or 1180572. OLE color: 1180572.

HSL color Cylindrical-coordinate representation of color #9C0312: hue angle of 354.12º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0312 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB156318-
CMYK00.980.880.39
HSL354.12º96.23%31.18%-
HSV(B)354.12º98.08%61.18%-
XYZ13.857.181.23-
YUV50.46109.69203.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 88.14%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=88.14%
G=1.69%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15631800.980.880.39354.1296.2331.18
Hex9C3120625827162601f
Octal23432201421304754214037
Binary100111001110010011000101011000100111101100010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C0312; }

 p { color: rgb(156,3,18); }

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

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

 a { background-color: rgb(156,3,18); }

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

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

 span { border-color: rgb(156,3,18); }

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