Html Css Color HEX #9A121E Carmine

📋 copy color: '#9A121E'

red 154 ◦ green 18 ◦ blue 30

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

Shades of Carmine #9A121E

Tints of Carmine #9A121E

RGB

 RED value IS 154 (60.55% from 255) = 76.24%

 GREEN value IS 18 (7.42% from 255) = 8.91%

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

R = 76.24%
G = 8.91%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A121E (or 0x9A121E) is known color: Carmine. HEX triplet: 9A, 12 and 1E. RGB value is (154,18,30). Sum of RGB (Red+Green+Blue) = 154+18+30=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A121E is #65EDE1. Grayscale: #3C3C3C. Windows color (decimal): -6680034 or 1970842. OLE color: 1970842.

HSL color Cylindrical-coordinate representation of color #9A121E: hue angle of 354.71º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A121E is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 18 30 -
CMYK 0 0.88 0.81 0.40
HSL 354.71º 0.79% 0.34% -
HSV(B) 354.71º 0.88% 0.6% -
XYZ 13.78 7.4 1.93 -
YUV 60.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 154 18 30 0 0.88 0.81 0.40 354.71 0.79 0.34
Hex 9A 12 1E 0 58 51 28 163 4F 22
Octal 232 22 36 0 130 121 50 543 117 42
Binary 10011010 10010 11110 0 1011000 1010001 101000 101100011 1001111 100010

Color Harmonies of #9A121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A121E

Black with #9A121E

Text Example


Text Example

White with #9A121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,18,30); }

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

background-color css

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

 a { background-color: rgb(154,18,30); }

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

border-color css

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

 span { border-color: rgb(154,18,30); }

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