Html Css Color HEX #9A0F16 Carmine

📋 copy color: '#9A0F16'

red 154 ◦ green 15 ◦ blue 22

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

Shades of Carmine #9A0F16

Tints of Carmine #9A0F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.85%

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

R = 80.63%
G = 7.85%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A0F16 (or 0x9A0F16) is known color: Carmine. HEX triplet: 9A, 0F and 16. RGB value is (154,15,22). Sum of RGB (Red+Green+Blue) = 154+15+22=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0F16 is #65F0E9. Grayscale: #393939. Windows color (decimal): -6680810 or 1445786. OLE color: 1445786.

HSL color Cylindrical-coordinate representation of color #9A0F16: hue angle of 356.98º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F16 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 15 22 -
CMYK 0 0.90 0.86 0.40
HSL 356.98º 0.82% 0.33% -
HSV(B) 356.98º 0.9% 0.6% -
XYZ 13.64 7.27 1.44 -
YUV 57.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 154 15 22 0 0.90 0.86 0.40 356.98 0.82 0.33
Hex 9A F 16 0 5A 56 28 165 52 21
Octal 232 17 26 0 132 126 50 545 122 41
Binary 10011010 1111 10110 0 1011010 1010110 101000 101100101 1010010 100001

Color Harmonies of #9A0F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0F16

Black with #9A0F16

Text Example


Text Example

White with #9A0F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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