Html Css Color HEX #9E062E Carmine

📋 copy color: '#9E062E'

red 158 ◦ green 6 ◦ blue 46

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

Shades of Carmine #9E062E

Tints of Carmine #9E062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 75.24%
G = 2.86%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9E062E (or 0x9E062E) is known color: Carmine. HEX triplet: 9E, 06 and 2E. RGB value is (158,6,46). Sum of RGB (Red+Green+Blue) = 158+6+46=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E062E is #61F9D1. Grayscale: #383838. Windows color (decimal): -6420946 or 3016350. OLE color: 3016350.

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

Color convert

RGB 158 6 46 -
CMYK 0 0.96 0.71 0.38
HSL 344.21º 0.93% 0.32% -
HSV(B) 344.21º 0.96% 0.62% -
XYZ 14.66 7.6 3.28 -
YUV 56.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 158 6 46 0 0.96 0.71 0.38 344.21 0.93 0.32
Hex 9E 6 2E 0 60 47 26 158 5D 20
Octal 236 6 56 0 140 107 46 530 135 40
Binary 10011110 110 101110 0 1100000 1000111 100110 101011000 1011101 100000

Color Harmonies of #9E062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E062E

Black with #9E062E

Text Example


Text Example

White with #9E062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,6,46); }

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

background-color css

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

 a { background-color: rgb(158,6,46); }

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

border-color css

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

 span { border-color: rgb(158,6,46); }

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