Html Css Color HEX #9C0615 Carmine

📋 copy color: '#9C0615'

red 156 ◦ green 6 ◦ blue 21

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

Shades of Carmine #9C0615

Tints of Carmine #9C0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 85.25%
G = 3.28%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C0615 (or 0x9C0615) is known color: Carmine. HEX triplet: 9C, 06 and 15. RGB value is (156,6,21). Sum of RGB (Red+Green+Blue) = 156+6+21=183 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.25% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0615 is #63F9EA. Grayscale: #343434. Windows color (decimal): -6552043 or 1377948. OLE color: 1377948.

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

Color convert

RGB 156 6 21 -
CMYK 0 0.96 0.87 0.39
HSL 354º 0.93% 0.32% -
HSV(B) 354º 0.96% 0.61% -
XYZ 13.91 7.25 1.38 -
YUV 52.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 156 6 21 0 0.96 0.87 0.39 354 0.93 0.32
Hex 9C 6 15 0 60 57 27 162 5D 20
Octal 234 6 25 0 140 127 47 542 135 40
Binary 10011100 110 10101 0 1100000 1010111 100111 101100010 1011101 100000

Color Harmonies of #9C0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0615

Black with #9C0615

Text Example


Text Example

White with #9C0615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,21); }

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

background-color css

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

 a { background-color: rgb(156,6,21); }

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

border-color css

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

 span { border-color: rgb(156,6,21); }

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