Html Css Color HEX #9C0D13 Carmine

📋 copy color: '#9C0D13'

red 156 ◦ green 13 ◦ blue 19

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

Shades of Carmine #9C0D13

Tints of Carmine #9C0D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.91%

 BLUE value IS 19 (7.81% from 255) = 10.11%

R = 82.98%
G = 6.91%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C0D13 (or 0x9C0D13) is known color: Carmine. HEX triplet: 9C, 0D and 13. RGB value is (156,13,19). Sum of RGB (Red+Green+Blue) = 156+13+19=188 (24% of max value = 765). Red value is 156 (61.33% from 255 or 82.98% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0D13 is #63F2EC. Grayscale: #383838. Windows color (decimal): -6550253 or 1248668. OLE color: 1248668.

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

Color convert

RGB 156 13 19 -
CMYK 0 0.92 0.88 0.39
HSL 357.48º 0.85% 0.33% -
HSV(B) 357.48º 0.92% 0.61% -
XYZ 13.97 7.4 1.31 -
YUV 56.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 156 13 19 0 0.92 0.88 0.39 357.48 0.85 0.33
Hex 9C D 13 0 5C 58 27 165 55 21
Octal 234 15 23 0 134 130 47 545 125 41
Binary 10011100 1101 10011 0 1011100 1011000 100111 101100101 1010101 100001

Color Harmonies of #9C0D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0D13

Black with #9C0D13

Text Example


Text Example

White with #9C0D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,13,19); }

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

background-color css

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

 a { background-color: rgb(156,13,19); }

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

border-color css

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

 span { border-color: rgb(156,13,19); }

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