Html Css Color HEX #A72518 Fire Brick

📋 copy color: '#A72518'

red 167 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #A72518

Tints of Fire Brick #A72518

RGB

 RED value IS 167 (65.63% from 255) = 73.25%

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

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

R = 73.25%
G = 16.23%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A72518 (or 0xA72518) is known color: Fire Brick. HEX triplet: A7, 25 and 18. RGB value is (167,37,24). Sum of RGB (Red+Green+Blue) = 167+37+24=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A72518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72518 is #58DAE7. Grayscale: #4A4A4A. Windows color (decimal): -5823208 or 1582503. OLE color: 1582503.

HSL color Cylindrical-coordinate representation of color #A72518: hue angle of 5.45º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A72518 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 37 24 -
CMYK 0 0.78 0.86 0.35
HSL 5.45º 0.75% 0.37% -
HSV(B) 5.45º 0.86% 0.65% -
XYZ 16.76 9.6 1.83 -
YUV 74.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 167 37 24 0 0.78 0.86 0.35 5.45 0.75 0.37
Hex A7 25 18 0 4E 56 23 5 4B 25
Octal 247 45 30 0 116 126 43 5 113 45
Binary 10100111 100101 11000 0 1001110 1010110 100011 101 1001011 100101

Color Harmonies of #A72518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72518

Black with #A72518

Text Example


Text Example

White with #A72518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72518; }

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

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

background-color css

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

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

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

border-color css

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

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

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