Html Css Color HEX #9E0326 Carmine

📋 copy color: '#9E0326'

red 158 ◦ green 3 ◦ blue 38

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

Shades of Carmine #9E0326

Tints of Carmine #9E0326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

 BLUE value IS 38 (15.23% from 255) = 19.1%

R = 79.4%
G = 1.51%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9E0326 (or 0x9E0326) is known color: Carmine. HEX triplet: 9E, 03 and 26. RGB value is (158,3,38). Sum of RGB (Red+Green+Blue) = 158+3+38=199 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79.40% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0326 is #61FCD9. Grayscale: #353535. Windows color (decimal): -6421722 or 2491294. OLE color: 2491294.

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

Color convert

RGB 158 3 38 -
CMYK 0 0.98 0.76 0.38
HSL 346.45º 0.96% 0.32% -
HSV(B) 346.45º 0.98% 0.62% -
XYZ 14.48 7.47 2.51 -
YUV 53.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 158 3 38 0 0.98 0.76 0.38 346.45 0.96 0.32
Hex 9E 3 26 0 62 4C 26 15A 60 20
Octal 236 3 46 0 142 114 46 532 140 40
Binary 10011110 11 100110 0 1100010 1001100 100110 101011010 1100000 100000

Color Harmonies of #9E0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0326

Black with #9E0326

Text Example


Text Example

White with #9E0326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,3,38); }

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

background-color css

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

 a { background-color: rgb(158,3,38); }

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

border-color css

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

 span { border-color: rgb(158,3,38); }

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