Html Css Color HEX #9E061A Carmine

📋 copy color: '#9E061A'

red 158 ◦ green 6 ◦ blue 26

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

Shades of Carmine #9E061A

Tints of Carmine #9E061A

RGB

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

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

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

R = 83.16%
G = 3.16%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9E061A (or 0x9E061A) is known color: Carmine. HEX triplet: 9E, 06 and 1A. RGB value is (158,6,26). Sum of RGB (Red+Green+Blue) = 158+6+26=190 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.16% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 158 - color contains mainly: red. Hex color #9E061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E061A is #61F9E5. Grayscale: #353535. Windows color (decimal): -6420966 or 1705630. OLE color: 1705630.

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

Color convert

RGB 158 6 26 -
CMYK 0 0.96 0.84 0.38
HSL 352.11º 0.93% 0.32% -
HSV(B) 352.11º 0.96% 0.62% -
XYZ 14.35 7.47 1.66 -
YUV 53.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 158 6 26 0 0.96 0.84 0.38 352.11 0.93 0.32
Hex 9E 6 1A 0 60 54 26 160 5D 20
Octal 236 6 32 0 140 124 46 540 135 40
Binary 10011110 110 11010 0 1100000 1010100 100110 101100000 1011101 100000

Color Harmonies of #9E061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E061A

Black with #9E061A

Text Example


Text Example

White with #9E061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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