Html Css Color HEX #A92818 Fire Brick

📋 copy color: '#A92818'

red 169 ◦ green 40 ◦ blue 24

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

Shades of Fire Brick #A92818

Tints of Fire Brick #A92818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 72.53%
G = 17.17%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A92818 (or 0xA92818) is known color: Fire Brick. HEX triplet: A9, 28 and 18. RGB value is (169,40,24). Sum of RGB (Red+Green+Blue) = 169+40+24=233 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.53% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 169 - color contains mainly: red. Hex color #A92818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92818 is #56D7E7. Grayscale: #4C4C4C. Windows color (decimal): -5691368 or 1583273. OLE color: 1583273.

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

Color convert

RGB 169 40 24 -
CMYK 0 0.76 0.86 0.34
HSL 6.62º 0.75% 0.38% -
HSV(B) 6.62º 0.86% 0.66% -
XYZ 17.29 10.02 1.89 -
YUV 76.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 169 40 24 0 0.76 0.86 0.34 6.62 0.75 0.38
Hex A9 28 18 0 4C 56 22 7 4B 26
Octal 251 50 30 0 114 126 42 7 113 46
Binary 10101001 101000 11000 0 1001100 1010110 100010 111 1001011 100110

Color Harmonies of #A92818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92818

Black with #A92818

Text Example


Text Example

White with #A92818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92818; }

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

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

background-color css

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

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

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

border-color css

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

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

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