Html Css Color HEX #9E0913 Carmine

📋 copy color: '#9E0913'

red 158 ◦ green 9 ◦ blue 19

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

Shades of Carmine #9E0913

Tints of Carmine #9E0913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 84.95%
G = 4.84%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9E0913 (or 0x9E0913) is known color: Carmine. HEX triplet: 9E, 09 and 13. RGB value is (158,9,19). Sum of RGB (Red+Green+Blue) = 158+9+19=186 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.95% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0913 is #61F6EC. Grayscale: #363636. Windows color (decimal): -6420205 or 1247646. OLE color: 1247646.

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

Color convert

RGB 158 9 19 -
CMYK 0 0.94 0.88 0.38
HSL 355.97º 0.89% 0.33% -
HSV(B) 355.97º 0.94% 0.62% -
XYZ 14.32 7.51 1.31 -
YUV 54.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 158 9 19 0 0.94 0.88 0.38 355.97 0.89 0.33
Hex 9E 9 13 0 5E 58 26 164 59 21
Octal 236 11 23 0 136 130 46 544 131 41
Binary 10011110 1001 10011 0 1011110 1011000 100110 101100100 1011001 100001

Color Harmonies of #9E0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0913

Black with #9E0913

Text Example


Text Example

White with #9E0913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,9,19); }

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

background-color css

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

 a { background-color: rgb(158,9,19); }

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

border-color css

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

 span { border-color: rgb(158,9,19); }

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