Html Css Color HEX #9E151A Carmine

📋 copy color: '#9E151A'

red 158 ◦ green 21 ◦ blue 26

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

Shades of Carmine #9E151A

Tints of Carmine #9E151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 77.07%
G = 10.24%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E151A (or 0x9E151A) is known color: Carmine. HEX triplet: 9E, 15 and 1A. RGB value is (158,21,26). Sum of RGB (Red+Green+Blue) = 158+21+26=205 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.07% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 158 - color contains mainly: red. Hex color #9E151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E151A is #61EAE5. Grayscale: #3E3E3E. Windows color (decimal): -6417126 or 1709470. OLE color: 1709470.

HSL color Cylindrical-coordinate representation of color #9E151A: hue angle of 357.81º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E151A is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 21 26 -
CMYK 0 0.87 0.84 0.38
HSL 357.81º 0.77% 0.35% -
HSV(B) 357.81º 0.87% 0.62% -
XYZ 14.56 7.88 1.73 -
YUV 62.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 158 21 26 0 0.87 0.84 0.38 357.81 0.77 0.35
Hex 9E 15 1A 0 57 54 26 166 4D 23
Octal 236 25 32 0 127 124 46 546 115 43
Binary 10011110 10101 11010 0 1010111 1010100 100110 101100110 1001101 100011

Color Harmonies of #9E151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E151A

Black with #9E151A

Text Example


Text Example

White with #9E151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,21,26); }

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

background-color css

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

 a { background-color: rgb(158,21,26); }

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

border-color css

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

 span { border-color: rgb(158,21,26); }

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