Html Css Color HEX #9C0E35 Carmine

📋 copy color: '#9C0E35'

red 156 ◦ green 14 ◦ blue 53

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

Shades of Carmine #9C0E35

Tints of Carmine #9C0E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 69.96%
G = 6.28%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C0E35 (or 0x9C0E35) is known color: Carmine. HEX triplet: 9C, 0E and 35. RGB value is (156,14,53). Sum of RGB (Red+Green+Blue) = 156+14+53=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0E35 is #63F1CA. Grayscale: #3C3C3C. Windows color (decimal): -6549963 or 3477148. OLE color: 3477148.

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

Color convert

RGB 156 14 53 -
CMYK 0 0.91 0.66 0.39
HSL 343.52º 0.84% 0.33% -
HSV(B) 343.52º 0.91% 0.61% -
XYZ 14.51 7.64 4.08 -
YUV 60.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 156 14 53 0 0.91 0.66 0.39 343.52 0.84 0.33
Hex 9C E 35 0 5B 42 27 158 54 21
Octal 234 16 65 0 133 102 47 530 124 41
Binary 10011100 1110 110101 0 1011011 1000010 100111 101011000 1010100 100001

Color Harmonies of #9C0E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E35

Black with #9C0E35

Text Example


Text Example

White with #9C0E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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