#9C0F1A

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

Shades of Carmine #9C0F1A

Tints of Carmine #9C0F1A

Color information

#9C0F1A (or 0x9C0F1A) is unknown color: approx Carmine. HEX triplet: 9C, 0F and 1A. RGB value is (156,15,26). Sum of RGB (Red+Green+Blue) = 156+15+26=197 (26% of max value = 765). Red value is 156 (61.33% from 255 or 79.19% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F1A is #63F0E5. Grayscale: #3A3A3A. Windows color (decimal): -6549734 or 1707932. OLE color: 1707932.

HSL color Cylindrical-coordinate representation of color #9C0F1A: hue angle of 355.32º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F1A is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1561526-
CMYK00.900.830.39
HSL355.32º82.46%33.53%-
HSV(B)355.32º90.38%61.18%-
XYZ14.077.481.68-
YUV58.41109.71197.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 79.19%
GREEN value IS 15 (6.25% from 255) = 7.61%
BLUE value IS 26 (10.55% from 255) = 13.20%
R=79.19%
G=7.61%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156152600.900.830.39355.3282.4633.53
Hex9CF1A05A53271635222
Octal234173201321234754312242
Binary100111001111110100101101010100111001111011000111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,15,26); }

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

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

 a { background-color: rgb(156,15,26); }

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

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

 span { border-color: rgb(156,15,26); }

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