Html Css Color HEX #9C052A Carmine

📋 copy color: '#9C052A'

red 156 ◦ green 5 ◦ blue 42

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

Shades of Carmine #9C052A

Tints of Carmine #9C052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 76.85%
G = 2.46%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9C052A (or 0x9C052A) is known color: Carmine. HEX triplet: 9C, 05 and 2A. RGB value is (156,5,42). Sum of RGB (Red+Green+Blue) = 156+5+42=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C052A is #63FAD5. Grayscale: #363636. Windows color (decimal): -6552278 or 2753948. OLE color: 2753948.

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

Color convert

RGB 156 5 42 -
CMYK 0 0.97 0.73 0.39
HSL 345.3º 0.94% 0.32% -
HSV(B) 345.3º 0.97% 0.61% -
XYZ 14.18 7.34 2.86 -
YUV 54.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 156 5 42 0 0.97 0.73 0.39 345.3 0.94 0.32
Hex 9C 5 2A 0 61 49 27 159 5E 20
Octal 234 5 52 0 141 111 47 531 136 40
Binary 10011100 101 101010 0 1100001 1001001 100111 101011001 1011110 100000

Color Harmonies of #9C052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C052A

Black with #9C052A

Text Example


Text Example

White with #9C052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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