Html Css Color HEX #9A121C Carmine

📋 copy color: '#9A121C'

red 154 ◦ green 18 ◦ blue 28

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

Shades of Carmine #9A121C

Tints of Carmine #9A121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14%

R = 77%
G = 9%
B = 14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A121C (or 0x9A121C) is known color: Carmine. HEX triplet: 9A, 12 and 1C. RGB value is (154,18,28). Sum of RGB (Red+Green+Blue) = 154+18+28=200 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 154 - color contains mainly: red. Hex color #9A121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A121C is #65EDE3. Grayscale: #3B3B3B. Windows color (decimal): -6680036 or 1839770. OLE color: 1839770.

HSL color Cylindrical-coordinate representation of color #9A121C: hue angle of 355.59º 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 #9A121C is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 18 28 -
CMYK 0 0.88 0.82 0.40
HSL 355.59º 0.79% 0.34% -
HSV(B) 355.59º 0.88% 0.6% -
XYZ 13.75 7.39 1.8 -
YUV 59.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 154 18 28 0 0.88 0.82 0.40 355.59 0.79 0.34
Hex 9A 12 1C 0 58 52 28 164 4F 22
Octal 232 22 34 0 130 122 50 544 117 42
Binary 10011010 10010 11100 0 1011000 1010010 101000 101100100 1001111 100010

Color Harmonies of #9A121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A121C

Black with #9A121C

Text Example


Text Example

White with #9A121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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