Html Css Color HEX #9C0535 Carmine

📋 copy color: '#9C0535'

red 156 ◦ green 5 ◦ blue 53

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

Shades of Carmine #9C0535

Tints of Carmine #9C0535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

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

R = 72.9%
G = 2.34%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#9C0535 (or 0x9C0535) is known color: Carmine. HEX triplet: 9C, 05 and 35. RGB value is (156,5,53). Sum of RGB (Red+Green+Blue) = 156+5+53=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0535 is #63FACA. Grayscale: #373737. Windows color (decimal): -6552267 or 3474844. OLE color: 3474844.

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

Color convert

RGB 156 5 53 -
CMYK 0 0.97 0.66 0.39
HSL 340.93º 0.94% 0.32% -
HSV(B) 340.93º 0.97% 0.61% -
XYZ 14.41 7.43 4.04 -
YUV 55.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 156 5 53 0 0.97 0.66 0.39 340.93 0.94 0.32
Hex 9C 5 35 0 61 42 27 155 5E 20
Octal 234 5 65 0 141 102 47 525 136 40
Binary 10011100 101 110101 0 1100001 1000010 100111 101010101 1011110 100000

Color Harmonies of #9C0535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0535

Black with #9C0535

Text Example


Text Example

White with #9C0535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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