Html Css Color HEX #9A171E Carmine

📋 copy color: '#9A171E'

red 154 ◦ green 23 ◦ blue 30

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

Shades of Carmine #9A171E

Tints of Carmine #9A171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 30 (12.11% from 255) = 14.49%

R = 74.4%
G = 11.11%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A171E (or 0x9A171E) is known color: Carmine. HEX triplet: 9A, 17 and 1E. RGB value is (154,23,30). Sum of RGB (Red+Green+Blue) = 154+23+30=207 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.40% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 154 - color contains mainly: red. Hex color #9A171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A171E is #65E8E1. Grayscale: #3F3F3F. Windows color (decimal): -6678754 or 1972122. OLE color: 1972122.

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

Color convert

RGB 154 23 30 -
CMYK 0 0.85 0.81 0.40
HSL 356.79º 0.74% 0.35% -
HSV(B) 356.79º 0.85% 0.6% -
XYZ 13.87 7.58 1.96 -
YUV 62.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 154 23 30 0 0.85 0.81 0.40 356.79 0.74 0.35
Hex 9A 17 1E 0 55 51 28 165 4A 23
Octal 232 27 36 0 125 121 50 545 112 43
Binary 10011010 10111 11110 0 1010101 1010001 101000 101100101 1001010 100011

Color Harmonies of #9A171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A171E

Black with #9A171E

Text Example


Text Example

White with #9A171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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