Html Css Color HEX #9E053A Carmine

📋 copy color: '#9E053A'

red 158 ◦ green 5 ◦ blue 58

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

Shades of Carmine #9E053A

Tints of Carmine #9E053A

RGB

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

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

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

R = 71.49%
G = 2.26%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E053A (or 0x9E053A) is known color: Carmine. HEX triplet: 9E, 05 and 3A. RGB value is (158,5,58). Sum of RGB (Red+Green+Blue) = 158+5+58=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E053A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E053A is #61FAC5. Grayscale: #383838. Windows color (decimal): -6421190 or 3802526. OLE color: 3802526.

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

Color convert

RGB 158 5 58 -
CMYK 0 0.97 0.63 0.38
HSL 339.22º 0.94% 0.32% -
HSV(B) 339.22º 0.97% 0.62% -
XYZ 14.92 7.68 4.7 -
YUV 56.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 158 5 58 0 0.97 0.63 0.38 339.22 0.94 0.32
Hex 9E 5 3A 0 61 3F 26 153 5E 20
Octal 236 5 72 0 141 77 46 523 136 40
Binary 10011110 101 111010 0 1100001 111111 100110 101010011 1011110 100000

Color Harmonies of #9E053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E053A

Black with #9E053A

Text Example


Text Example

White with #9E053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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