Html Css Color HEX #9C0E2D Carmine

📋 copy color: '#9C0E2D'

red 156 ◦ green 14 ◦ blue 45

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

Shades of Carmine #9C0E2D

Tints of Carmine #9C0E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.51%

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 72.56%
G = 6.51%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9C0E2D (or 0x9C0E2D) is known color: Carmine. HEX triplet: 9C, 0E and 2D. RGB value is (156,14,45). Sum of RGB (Red+Green+Blue) = 156+14+45=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0E2D is #63F1D2. Grayscale: #3C3C3C. Windows color (decimal): -6549971 or 2952860. OLE color: 2952860.

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

Color convert

RGB 156 14 45 -
CMYK 0 0.91 0.71 0.39
HSL 346.9º 0.84% 0.33% -
HSV(B) 346.9º 0.91% 0.61% -
XYZ 14.34 7.57 3.19 -
YUV 59.99 119.54 196.48 -
System Red Green Blue C M Y K H S L
Decimal 156 14 45 0 0.91 0.71 0.39 346.9 0.84 0.33
Hex 9C E 2D 0 5B 47 27 15B 54 21
Octal 234 16 55 0 133 107 47 533 124 41
Binary 10011100 1110 101101 0 1011011 1000111 100111 101011011 1010100 100001

Color Harmonies of #9C0E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E2D

Black with #9C0E2D

Text Example


Text Example

White with #9C0E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,45); }

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

background-color css

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

 a { background-color: rgb(156,14,45); }

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

border-color css

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

 span { border-color: rgb(156,14,45); }

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