Html Css Color HEX #9A0211 Carmine

📋 copy color: '#9A0211'

red 154 ◦ green 2 ◦ blue 17

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

Shades of Carmine #9A0211

Tints of Carmine #9A0211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 89.02%
G = 1.16%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#9A0211 (or 0x9A0211) is known color: Carmine. HEX triplet: 9A, 02 and 11. RGB value is (154,2,17). Sum of RGB (Red+Green+Blue) = 154+2+17=173 (22% of max value = 765). Red value is 154 (60.55% from 255 or 89.02% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0211 is #65FDEE. Grayscale: #313131. Windows color (decimal): -6684143 or 1114778. OLE color: 1114778.

HSL color Cylindrical-coordinate representation of color #9A0211: hue angle of 354.08º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0211 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 2 17 -
CMYK 0 0.99 0.89 0.40
HSL 354.08º 0.97% 0.31% -
HSV(B) 354.08º 0.99% 0.6% -
XYZ 13.45 6.95 1.16 -
YUV 49.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 154 2 17 0 0.99 0.89 0.40 354.08 0.97 0.31
Hex 9A 2 11 0 63 59 28 162 61 1F
Octal 232 2 21 0 143 131 50 542 141 37
Binary 10011010 10 10001 0 1100011 1011001 101000 101100010 1100001 11111

Color Harmonies of #9A0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0211

Black with #9A0211

Text Example


Text Example

White with #9A0211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,2,17); }

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

background-color css

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

 a { background-color: rgb(154,2,17); }

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

border-color css

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

 span { border-color: rgb(154,2,17); }

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