Html Css Color HEX #9C0339 Carmine

📋 copy color: '#9C0339'

red 156 ◦ green 3 ◦ blue 57

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

Shades of Carmine #9C0339

Tints of Carmine #9C0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.39%

 BLUE value IS 57 (22.66% from 255) = 26.39%

R = 72.22%
G = 1.39%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9C0339 (or 0x9C0339) is known color: Carmine. HEX triplet: 9C, 03 and 39. RGB value is (156,3,57). Sum of RGB (Red+Green+Blue) = 156+3+57=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0339 is #63FCC6. Grayscale: #363636. Windows color (decimal): -6552775 or 3736476. OLE color: 3736476.

HSL color Cylindrical-coordinate representation of color #9C0339: hue angle of 338.82º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0339 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 3 57 -
CMYK 0 0.98 0.63 0.39
HSL 338.82º 0.96% 0.31% -
HSV(B) 338.82º 0.98% 0.61% -
XYZ 14.48 7.43 4.54 -
YUV 54.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 156 3 57 0 0.98 0.63 0.39 338.82 0.96 0.31
Hex 9C 3 39 0 62 3F 27 153 60 1F
Octal 234 3 71 0 142 77 47 523 140 37
Binary 10011100 11 111001 0 1100010 111111 100111 101010011 1100000 11111

Color Harmonies of #9C0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0339

Black with #9C0339

Text Example


Text Example

White with #9C0339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,3,57); }

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

background-color css

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

 a { background-color: rgb(156,3,57); }

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

border-color css

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

 span { border-color: rgb(156,3,57); }

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