Html Css Color HEX #9C0914 Carmine

📋 copy color: '#9C0914'

red 156 ◦ green 9 ◦ blue 20

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

Shades of Carmine #9C0914

Tints of Carmine #9C0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 84.32%
G = 4.86%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C0914 (or 0x9C0914) is known color: Carmine. HEX triplet: 9C, 09 and 14. RGB value is (156,9,20). Sum of RGB (Red+Green+Blue) = 156+9+20=185 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.32% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0914 is #63F6EB. Grayscale: #363636. Windows color (decimal): -6551276 or 1313180. OLE color: 1313180.

HSL color Cylindrical-coordinate representation of color #9C0914: hue angle of 355.51º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0914 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 9 20 -
CMYK 0 0.94 0.87 0.39
HSL 355.51º 0.89% 0.32% -
HSV(B) 355.51º 0.94% 0.61% -
XYZ 13.93 7.31 1.34 -
YUV 54.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 156 9 20 0 0.94 0.87 0.39 355.51 0.89 0.32
Hex 9C 9 14 0 5E 57 27 164 59 20
Octal 234 11 24 0 136 127 47 544 131 40
Binary 10011100 1001 10100 0 1011110 1010111 100111 101100100 1011001 100000

Color Harmonies of #9C0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0914

Black with #9C0914

Text Example


Text Example

White with #9C0914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,9,20); }

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

background-color css

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

 a { background-color: rgb(156,9,20); }

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

border-color css

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

 span { border-color: rgb(156,9,20); }

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