Html Css Color HEX #9C0636 Carmine

📋 copy color: '#9C0636'

red 156 ◦ green 6 ◦ blue 54

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

Shades of Carmine #9C0636

Tints of Carmine #9C0636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25%

R = 72.22%
G = 2.78%
B = 25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9C0636 (or 0x9C0636) is known color: Carmine. HEX triplet: 9C, 06 and 36. RGB value is (156,6,54). Sum of RGB (Red+Green+Blue) = 156+6+54=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0636 is #63F9C9. Grayscale: #383838. Windows color (decimal): -6552010 or 3540636. OLE color: 3540636.

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

Color convert

RGB 156 6 54 -
CMYK 0 0.96 0.65 0.39
HSL 340.8º 0.93% 0.32% -
HSV(B) 340.8º 0.96% 0.61% -
XYZ 14.44 7.46 4.17 -
YUV 56.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 156 6 54 0 0.96 0.65 0.39 340.8 0.93 0.32
Hex 9C 6 36 0 60 41 27 155 5D 20
Octal 234 6 66 0 140 101 47 525 135 40
Binary 10011100 110 110110 0 1100000 1000001 100111 101010101 1011101 100000

Color Harmonies of #9C0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0636

Black with #9C0636

Text Example


Text Example

White with #9C0636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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