Html Css Color HEX #A92018 Fire Brick

📋 copy color: '#A92018'

red 169 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #A92018

Tints of Fire Brick #A92018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 75.11%
G = 14.22%
B = 10.67%

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

#A92018 (or 0xA92018) is known color: Fire Brick. HEX triplet: A9, 20 and 18. RGB value is (169,32,24). Sum of RGB (Red+Green+Blue) = 169+32+24=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A92018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92018 is #56DFE7. Grayscale: #484848. Windows color (decimal): -5693416 or 1581225. OLE color: 1581225.

HSL color Cylindrical-coordinate representation of color #A92018: hue angle of 3.31º degrees, saturation: 0.75, 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 #A92018 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 32 24 -
CMYK 0 0.81 0.86 0.34
HSL 3.31º 0.75% 0.38% -
HSV(B) 3.31º 0.86% 0.66% -
XYZ 17.04 9.53 1.81 -
YUV 72.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 169 32 24 0 0.81 0.86 0.34 3.31 0.75 0.38
Hex A9 20 18 0 51 56 22 3 4B 26
Octal 251 40 30 0 121 126 42 3 113 46
Binary 10101001 100000 11000 0 1010001 1010110 100010 11 1001011 100110

Color Harmonies of #A92018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92018

Black with #A92018

Text Example


Text Example

White with #A92018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92018; }

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

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

background-color css

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

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

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

border-color css

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

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

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