Html Css Color HEX #9E052C Carmine

📋 copy color: '#9E052C'

red 158 ◦ green 5 ◦ blue 44

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

Shades of Carmine #9E052C

Tints of Carmine #9E052C

RGB

 RED value IS 158 (62.11% from 255) = 76.33%

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

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 76.33%
G = 2.42%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9E052C (or 0x9E052C) is known color: Carmine. HEX triplet: 9E, 05 and 2C. RGB value is (158,5,44). Sum of RGB (Red+Green+Blue) = 158+5+44=207 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.33% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 158 - color contains mainly: red. Hex color #9E052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E052C is #61FAD3. Grayscale: #373737. Windows color (decimal): -6421204 or 2885022. OLE color: 2885022.

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

Color convert

RGB 158 5 44 -
CMYK 0 0.97 0.72 0.38
HSL 344.71º 0.94% 0.32% -
HSV(B) 344.71º 0.97% 0.62% -
XYZ 14.61 7.56 3.07 -
YUV 55.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 158 5 44 0 0.97 0.72 0.38 344.71 0.94 0.32
Hex 9E 5 2C 0 61 48 26 159 5E 20
Octal 236 5 54 0 141 110 46 531 136 40
Binary 10011110 101 101100 0 1100001 1001000 100110 101011001 1011110 100000

Color Harmonies of #9E052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E052C

Black with #9E052C

Text Example


Text Example

White with #9E052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,5,44); }

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

background-color css

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

 a { background-color: rgb(158,5,44); }

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

border-color css

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

 span { border-color: rgb(158,5,44); }

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