Html Css Color HEX #9E0C1E Carmine

📋 copy color: '#9E0C1E'

red 158 ◦ green 12 ◦ blue 30

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

Shades of Carmine #9E0C1E

Tints of Carmine #9E0C1E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6%

 BLUE value IS 30 (12.11% from 255) = 15%

R = 79%
G = 6%
B = 15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9E0C1E (or 0x9E0C1E) is known color: Carmine. HEX triplet: 9E, 0C and 1E. RGB value is (158,12,30). Sum of RGB (Red+Green+Blue) = 158+12+30=200 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0C1E is #61F3E1. Grayscale: #393939. Windows color (decimal): -6419426 or 1969310. OLE color: 1969310.

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

Color convert

RGB 158 12 30 -
CMYK 0 0.92 0.81 0.38
HSL 352.6º 0.86% 0.33% -
HSV(B) 352.6º 0.92% 0.62% -
XYZ 14.47 7.63 1.94 -
YUV 57.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 158 12 30 0 0.92 0.81 0.38 352.6 0.86 0.33
Hex 9E C 1E 0 5C 51 26 161 56 21
Octal 236 14 36 0 134 121 46 541 126 41
Binary 10011110 1100 11110 0 1011100 1010001 100110 101100001 1010110 100001

Color Harmonies of #9E0C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C1E

Black with #9E0C1E

Text Example


Text Example

White with #9E0C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,12,30); }

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

background-color css

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

 a { background-color: rgb(158,12,30); }

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

border-color css

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

 span { border-color: rgb(158,12,30); }

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