#9C0025

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

Shades of Carmine #9C0025

Tints of Carmine #9C0025

Color information

#9C0025 (or 0x9C0025) is unknown color: approx Carmine. HEX triplet: 9C, 00 and 25. RGB value is (156,0,37). Sum of RGB (Red+Green+Blue) = 156+0+37=193 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.83% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0025 is #63FFDA. Grayscale: #323232. Windows color (decimal): -6553563 or 2424988. OLE color: 2424988.

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

Color convert

RGB156037-
CMYK010.760.39
HSL345.77º100%30.59%-
HSV(B)345.77º100%61.18%-
XYZ14.047.22.4-
YUV50.86120.18202.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 80.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=80.83%
G=0%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156037010.760.39345.7710030.59
Hex9C0250644C2715a641f
Octal23404501441144753214437
Binary100111000100101011001001001100100111101011010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,0,37); }

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

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

 a { background-color: rgb(156,0,37); }

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

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

 span { border-color: rgb(156,0,37); }

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