Html Css Color HEX #9C0F2C Carmine

📋 copy color: '#9C0F2C'

red 156 ◦ green 15 ◦ blue 44

#9C0F2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #9C0F2C

Tints of Carmine #9C0F2C

RGB

 RED value IS 156 (61.33% from 255) = 72.56%

 GREEN value IS 15 (6.25% from 255) = 6.98%

 BLUE value IS 44 (17.58% from 255) = 20.47%

R = 72.56%
G = 6.98%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C0F2C (or 0x9C0F2C) is known color: Carmine. HEX triplet: 9C, 0F and 2C. RGB value is (156,15,44). Sum of RGB (Red+Green+Blue) = 156+15+44=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F2C is #63F0D3. Grayscale: #3C3C3C. Windows color (decimal): -6549716 or 2887580. OLE color: 2887580.

HSL color Cylindrical-coordinate representation of color #9C0F2C: hue angle of 347.66º 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 #9C0F2C is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 15 44 -
CMYK 0 0.90 0.72 0.39
HSL 347.66º 0.82% 0.34% -
HSV(B) 347.66º 0.9% 0.61% -
XYZ 14.34 7.59 3.09 -
YUV 60.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 156 15 44 0 0.90 0.72 0.39 347.66 0.82 0.34
Hex 9C F 2C 0 5A 48 27 15C 52 22
Octal 234 17 54 0 132 110 47 534 122 42
Binary 10011100 1111 101100 0 1011010 1001000 100111 101011100 1010010 100010

Color Harmonies of #9C0F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0F2C

Black with #9C0F2C

Text Example


Text Example

White with #9C0F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C0F2C;
 }
 .AnyTagClassName
 {
   color: #9C0F2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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