Html Css Color HEX #A72018 Fire Brick

📋 copy color: '#A72018'

red 167 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #A72018

Tints of Fire Brick #A72018

RGB

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

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

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

R = 74.89%
G = 14.35%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A72018 (or 0xA72018) is known color: Fire Brick. HEX triplet: A7, 20 and 18. RGB value is (167,32,24). Sum of RGB (Red+Green+Blue) = 167+32+24=223 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.89% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 167 - color contains mainly: red. Hex color #A72018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72018 is #58DFE7. Grayscale: #474747. Windows color (decimal): -5824488 or 1581223. OLE color: 1581223.

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

Color convert

RGB 167 32 24 -
CMYK 0 0.81 0.86 0.35
HSL 3.36º 0.75% 0.37% -
HSV(B) 3.36º 0.86% 0.65% -
XYZ 16.62 9.31 1.79 -
YUV 71.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 167 32 24 0 0.81 0.86 0.35 3.36 0.75 0.37
Hex A7 20 18 0 51 56 23 3 4B 25
Octal 247 40 30 0 121 126 43 3 113 45
Binary 10100111 100000 11000 0 1010001 1010110 100011 11 1001011 100101

Color Harmonies of #A72018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72018

Black with #A72018

Text Example


Text Example

White with #A72018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72018; }

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

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

background-color css

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

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

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

border-color css

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

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

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