Html Css Color HEX #9C0521 Carmine

📋 copy color: '#9C0521'

red 156 ◦ green 5 ◦ blue 33

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

Shades of Carmine #9C0521

Tints of Carmine #9C0521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.01%

R = 80.41%
G = 2.58%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C0521 (or 0x9C0521) is known color: Carmine. HEX triplet: 9C, 05 and 21. RGB value is (156,5,33). Sum of RGB (Red+Green+Blue) = 156+5+33=194 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80.41% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0521 is #63FADE. Grayscale: #353535. Windows color (decimal): -6552287 or 2164124. OLE color: 2164124.

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

Color convert

RGB 156 5 33 -
CMYK 0 0.97 0.79 0.39
HSL 348.87º 0.94% 0.32% -
HSV(B) 348.87º 0.97% 0.61% -
XYZ 14.04 7.29 2.11 -
YUV 53.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 156 5 33 0 0.97 0.79 0.39 348.87 0.94 0.32
Hex 9C 5 21 0 61 4F 27 15D 5E 20
Octal 234 5 41 0 141 117 47 535 136 40
Binary 10011100 101 100001 0 1100001 1001111 100111 101011101 1011110 100000

Color Harmonies of #9C0521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0521

Black with #9C0521

Text Example


Text Example

White with #9C0521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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