Html Css Color HEX #9C0A34 Carmine

📋 copy color: '#9C0A34'

red 156 ◦ green 10 ◦ blue 52

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

Shades of Carmine #9C0A34

Tints of Carmine #9C0A34

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.59%

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 71.56%
G = 4.59%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9C0A34 (or 0x9C0A34) is known color: Carmine. HEX triplet: 9C, 0A and 34. RGB value is (156,10,52). Sum of RGB (Red+Green+Blue) = 156+10+52=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0A34 is #63F5CB. Grayscale: #3A3A3A. Windows color (decimal): -6550988 or 3410588. OLE color: 3410588.

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

Color convert

RGB 156 10 52 -
CMYK 0 0.94 0.67 0.39
HSL 342.74º 0.88% 0.33% -
HSV(B) 342.74º 0.94% 0.61% -
XYZ 14.44 7.53 3.94 -
YUV 58.44 124.37 197.58 -
System Red Green Blue C M Y K H S L
Decimal 156 10 52 0 0.94 0.67 0.39 342.74 0.88 0.33
Hex 9C A 34 0 5E 43 27 157 58 21
Octal 234 12 64 0 136 103 47 527 130 41
Binary 10011100 1010 110100 0 1011110 1000011 100111 101010111 1011000 100001

Color Harmonies of #9C0A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0A34

Black with #9C0A34

Text Example


Text Example

White with #9C0A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,10,52); }

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

background-color css

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

 a { background-color: rgb(156,10,52); }

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

border-color css

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

 span { border-color: rgb(156,10,52); }

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