Html Css Color HEX #9C0D36 Carmine

📋 copy color: '#9C0D36'

red 156 ◦ green 13 ◦ blue 54

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

Shades of Carmine #9C0D36

Tints of Carmine #9C0D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

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

R = 69.96%
G = 5.83%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9C0D36 (or 0x9C0D36) is known color: Carmine. HEX triplet: 9C, 0D and 36. RGB value is (156,13,54). Sum of RGB (Red+Green+Blue) = 156+13+54=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0D36 is #63F2C9. Grayscale: #3C3C3C. Windows color (decimal): -6550218 or 3542428. OLE color: 3542428.

HSL color Cylindrical-coordinate representation of color #9C0D36: hue angle of 342.8º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D36 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 13 54 -
CMYK 0 0.92 0.65 0.39
HSL 342.8º 0.85% 0.33% -
HSV(B) 342.8º 0.92% 0.61% -
XYZ 14.52 7.62 4.2 -
YUV 60.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 156 13 54 0 0.92 0.65 0.39 342.8 0.85 0.33
Hex 9C D 36 0 5C 41 27 157 55 21
Octal 234 15 66 0 134 101 47 527 125 41
Binary 10011100 1101 110110 0 1011100 1000001 100111 101010111 1010101 100001

Color Harmonies of #9C0D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0D36

Black with #9C0D36

Text Example


Text Example

White with #9C0D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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