Html Css Color HEX #9C053A Carmine

📋 copy color: '#9C053A'

red 156 ◦ green 5 ◦ blue 58

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

Shades of Carmine #9C053A

Tints of Carmine #9C053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.48%

R = 71.23%
G = 2.28%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C053A (or 0x9C053A) is known color: Carmine. HEX triplet: 9C, 05 and 3A. RGB value is (156,5,58). Sum of RGB (Red+Green+Blue) = 156+5+58=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C053A is #63FAC5. Grayscale: #383838. Windows color (decimal): -6552262 or 3802524. OLE color: 3802524.

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

Color convert

RGB 156 5 58 -
CMYK 0 0.97 0.63 0.39
HSL 338.94º 0.94% 0.32% -
HSV(B) 338.94º 0.97% 0.61% -
XYZ 14.53 7.48 4.68 -
YUV 56.19 129.03 199.19 -
System Red Green Blue C M Y K H S L
Decimal 156 5 58 0 0.97 0.63 0.39 338.94 0.94 0.32
Hex 9C 5 3A 0 61 3F 27 153 5E 20
Octal 234 5 72 0 141 77 47 523 136 40
Binary 10011100 101 111010 0 1100001 111111 100111 101010011 1011110 100000

Color Harmonies of #9C053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C053A

Black with #9C053A

Text Example


Text Example

White with #9C053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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