Html Css Color HEX #9A1617 Carmine

📋 copy color: '#9A1617'

red 154 ◦ green 22 ◦ blue 23

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

Shades of Carmine #9A1617

Tints of Carmine #9A1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.06%

 BLUE value IS 23 (9.38% from 255) = 11.56%

R = 77.39%
G = 11.06%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#9A1617 (or 0x9A1617) is known color: Carmine. HEX triplet: 9A, 16 and 17. RGB value is (154,22,23). Sum of RGB (Red+Green+Blue) = 154+22+23=199 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.39% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1617 is #65E9E8. Grayscale: #3D3D3D. Windows color (decimal): -6679017 or 1513114. OLE color: 1513114.

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

Color convert

RGB 154 22 23 -
CMYK 0 0.86 0.85 0.40
HSL 359.55º 0.75% 0.35% -
HSV(B) 359.55º 0.86% 0.6% -
XYZ 13.77 7.51 1.53 -
YUV 61.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 154 22 23 0 0.86 0.85 0.40 359.55 0.75 0.35
Hex 9A 16 17 0 56 55 28 168 4B 23
Octal 232 26 27 0 126 125 50 550 113 43
Binary 10011010 10110 10111 0 1010110 1010101 101000 101101000 1001011 100011

Color Harmonies of #9A1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1617

Black with #9A1617

Text Example


Text Example

White with #9A1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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