Html Css Color HEX #9A0916 Carmine

📋 copy color: '#9A0916'

red 154 ◦ green 9 ◦ blue 22

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

Shades of Carmine #9A0916

Tints of Carmine #9A0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 22 (8.98% from 255) = 11.89%

R = 83.24%
G = 4.86%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A0916 (or 0x9A0916) is known color: Carmine. HEX triplet: 9A, 09 and 16. RGB value is (154,9,22). Sum of RGB (Red+Green+Blue) = 154+9+22=185 (24% of max value = 765). Red value is 154 (60.55% from 255 or 83.24% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0916 is #65F6E9. Grayscale: #353535. Windows color (decimal): -6682346 or 1444250. OLE color: 1444250.

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

Color convert

RGB 154 9 22 -
CMYK 0 0.94 0.86 0.40
HSL 354.62º 0.89% 0.32% -
HSV(B) 354.62º 0.94% 0.6% -
XYZ 13.57 7.12 1.42 -
YUV 53.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 154 9 22 0 0.94 0.86 0.40 354.62 0.89 0.32
Hex 9A 9 16 0 5E 56 28 163 59 20
Octal 232 11 26 0 136 126 50 543 131 40
Binary 10011010 1001 10110 0 1011110 1010110 101000 101100011 1011001 100000

Color Harmonies of #9A0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0916

Black with #9A0916

Text Example


Text Example

White with #9A0916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,9,22); }

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

background-color css

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

 a { background-color: rgb(154,9,22); }

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

border-color css

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

 span { border-color: rgb(154,9,22); }

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