Html Css Color HEX #9C121C Carmine

📋 copy color: '#9C121C'

red 156 ◦ green 18 ◦ blue 28

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

Shades of Carmine #9C121C

Tints of Carmine #9C121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 77.23%
G = 8.91%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C121C (or 0x9C121C) is known color: Carmine. HEX triplet: 9C, 12 and 1C. RGB value is (156,18,28). Sum of RGB (Red+Green+Blue) = 156+18+28=202 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.23% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 156 - color contains mainly: red. Hex color #9C121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C121C is #63EDE3. Grayscale: #3C3C3C. Windows color (decimal): -6548964 or 1839772. OLE color: 1839772.

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

Color convert

RGB 156 18 28 -
CMYK 0 0.88 0.82 0.39
HSL 355.65º 0.79% 0.34% -
HSV(B) 355.65º 0.88% 0.61% -
XYZ 14.14 7.58 1.82 -
YUV 60.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 156 18 28 0 0.88 0.82 0.39 355.65 0.79 0.34
Hex 9C 12 1C 0 58 52 27 164 4F 22
Octal 234 22 34 0 130 122 47 544 117 42
Binary 10011100 10010 11100 0 1011000 1010010 100111 101100100 1001111 100010

Color Harmonies of #9C121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C121C

Black with #9C121C

Text Example


Text Example

White with #9C121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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