Html Css Color HEX #9C0516 Carmine

📋 copy color: '#9C0516'

red 156 ◦ green 5 ◦ blue 22

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

Shades of Carmine #9C0516

Tints of Carmine #9C0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 85.25%
G = 2.73%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C0516 (or 0x9C0516) is known color: Carmine. HEX triplet: 9C, 05 and 16. RGB value is (156,5,22). Sum of RGB (Red+Green+Blue) = 156+5+22=183 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.25% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0516 is #63FAE9. Grayscale: #343434. Windows color (decimal): -6552298 or 1443228. OLE color: 1443228.

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

Color convert

RGB 156 5 22 -
CMYK 0 0.97 0.86 0.39
HSL 353.25º 0.94% 0.32% -
HSV(B) 353.25º 0.97% 0.61% -
XYZ 13.91 7.23 1.42 -
YUV 52.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 156 5 22 0 0.97 0.86 0.39 353.25 0.94 0.32
Hex 9C 5 16 0 61 56 27 161 5E 20
Octal 234 5 26 0 141 126 47 541 136 40
Binary 10011100 101 10110 0 1100001 1010110 100111 101100001 1011110 100000

Color Harmonies of #9C0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0516

Black with #9C0516

Text Example


Text Example

White with #9C0516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,5,22); }

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

background-color css

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

 a { background-color: rgb(156,5,22); }

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

border-color css

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

 span { border-color: rgb(156,5,22); }

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