Html Css Color HEX #A92017 Fire Brick

📋 copy color: '#A92017'

red 169 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #A92017

Tints of Fire Brick #A92017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 75.45%
G = 14.29%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A92017 (or 0xA92017) is known color: Fire Brick. HEX triplet: A9, 20 and 17. RGB value is (169,32,23). Sum of RGB (Red+Green+Blue) = 169+32+23=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A92017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92017 is #56DFE8. Grayscale: #484848. Windows color (decimal): -5693417 or 1515689. OLE color: 1515689.

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

Color convert

RGB 169 32 23 -
CMYK 0 0.81 0.86 0.34
HSL 3.7º 0.76% 0.38% -
HSV(B) 3.7º 0.86% 0.66% -
XYZ 17.03 9.53 1.75 -
YUV 71.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 169 32 23 0 0.81 0.86 0.34 3.7 0.76 0.38
Hex A9 20 17 0 51 56 22 4 4C 26
Octal 251 40 27 0 121 126 42 4 114 46
Binary 10101001 100000 10111 0 1010001 1010110 100010 100 1001100 100110

Color Harmonies of #A92017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92017

Black with #A92017

Text Example


Text Example

White with #A92017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92017; }

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

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

background-color css

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

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

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

border-color css

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

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

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