Html Css Color HEX #9C0517 Carmine

📋 copy color: '#9C0517'

red 156 ◦ green 5 ◦ blue 23

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

Shades of Carmine #9C0517

Tints of Carmine #9C0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 84.78%
G = 2.72%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C0517 (or 0x9C0517) is known color: Carmine. HEX triplet: 9C, 05 and 17. RGB value is (156,5,23). Sum of RGB (Red+Green+Blue) = 156+5+23=184 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.78% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0517 is #63FAE8. Grayscale: #343434. Windows color (decimal): -6552297 or 1508764. OLE color: 1508764.

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

Color convert

RGB 156 5 23 -
CMYK 0 0.97 0.85 0.39
HSL 352.85º 0.94% 0.32% -
HSV(B) 352.85º 0.97% 0.61% -
XYZ 13.92 7.24 1.47 -
YUV 52.2 111.53 202.04 -
System Red Green Blue C M Y K H S L
Decimal 156 5 23 0 0.97 0.85 0.39 352.85 0.94 0.32
Hex 9C 5 17 0 61 55 27 161 5E 20
Octal 234 5 27 0 141 125 47 541 136 40
Binary 10011100 101 10111 0 1100001 1010101 100111 101100001 1011110 100000

Color Harmonies of #9C0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0517

Black with #9C0517

Text Example


Text Example

White with #9C0517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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