Html Css Color HEX #A9170C Fire Brick

📋 copy color: '#A9170C'

red 169 ◦ green 23 ◦ blue 12

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

Shades of Fire Brick #A9170C

Tints of Fire Brick #A9170C

RGB

 RED value IS 169 (66.41% from 255) = 82.84%

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 82.84%
G = 11.27%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9170C (or 0xA9170C) is known color: Fire Brick. HEX triplet: A9, 17 and 0C. RGB value is (169,23,12). Sum of RGB (Red+Green+Blue) = 169+23+12=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A9170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9170C is #56E8F3. Grayscale: #414141. Windows color (decimal): -5695732 or 792489. OLE color: 792489.

HSL color Cylindrical-coordinate representation of color #A9170C: hue angle of 4.2º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9170C is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 23 12 -
CMYK 0 0.86 0.93 0.34
HSL 4.2º 0.87% 0.35% -
HSV(B) 4.2º 0.93% 0.66% -
XYZ 16.73 9.07 1.22 -
YUV 65.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 169 23 12 0 0.86 0.93 0.34 4.2 0.87 0.35
Hex A9 17 C 0 56 5D 22 4 57 23
Octal 251 27 14 0 126 135 42 4 127 43
Binary 10101001 10111 1100 0 1010110 1011101 100010 100 1010111 100011

Color Harmonies of #A9170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9170C

Black with #A9170C

Text Example


Text Example

White with #A9170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9170C; }

 p { color: rgb(169,23,12); }

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

background-color css

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

 a { background-color: rgb(169,23,12); }

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

border-color css

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

 span { border-color: rgb(169,23,12); }

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