Html Css Color HEX #A92518 Fire Brick

📋 copy color: '#A92518'

red 169 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #A92518

Tints of Fire Brick #A92518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

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

R = 73.48%
G = 16.09%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A92518 (or 0xA92518) is known color: Fire Brick. HEX triplet: A9, 25 and 18. RGB value is (169,37,24). Sum of RGB (Red+Green+Blue) = 169+37+24=230 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.48% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 169 - color contains mainly: red. Hex color #A92518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92518 is #56DAE7. Grayscale: #4B4B4B. Windows color (decimal): -5692136 or 1582505. OLE color: 1582505.

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

Color convert

RGB 169 37 24 -
CMYK 0 0.78 0.86 0.34
HSL 5.38º 0.75% 0.38% -
HSV(B) 5.38º 0.86% 0.66% -
XYZ 17.19 9.82 1.85 -
YUV 74.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 169 37 24 0 0.78 0.86 0.34 5.38 0.75 0.38
Hex A9 25 18 0 4E 56 22 5 4B 26
Octal 251 45 30 0 116 126 42 5 113 46
Binary 10101001 100101 11000 0 1001110 1010110 100010 101 1001011 100110

Color Harmonies of #A92518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92518

Black with #A92518

Text Example


Text Example

White with #A92518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92518; }

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

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

background-color css

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

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

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

border-color css

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

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

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