Html Css Color HEX #A72912 Fire Brick

📋 copy color: '#A72912'

red 167 ◦ green 41 ◦ blue 18

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

Shades of Fire Brick #A72912

Tints of Fire Brick #A72912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

 BLUE value IS 18 (7.42% from 255) = 7.96%

R = 73.89%
G = 18.14%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A72912 (or 0xA72912) is known color: Fire Brick. HEX triplet: A7, 29 and 12. RGB value is (167,41,18). Sum of RGB (Red+Green+Blue) = 167+41+18=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A72912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72912 is #58D6ED. Grayscale: #4C4C4C. Windows color (decimal): -5822190 or 1190311. OLE color: 1190311.

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

Color convert

RGB 167 41 18 -
CMYK 0 0.75 0.89 0.35
HSL 9.26º 0.81% 0.36% -
HSV(B) 9.26º 0.89% 0.65% -
XYZ 16.84 9.85 1.59 -
YUV 76.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 167 41 18 0 0.75 0.89 0.35 9.26 0.81 0.36
Hex A7 29 12 0 4B 59 23 9 51 24
Octal 247 51 22 0 113 131 43 11 121 44
Binary 10100111 101001 10010 0 1001011 1011001 100011 1001 1010001 100100

Color Harmonies of #A72912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72912

Black with #A72912

Text Example


Text Example

White with #A72912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72912; }

 p { color: rgb(167,41,18); }

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

background-color css

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

 a { background-color: rgb(167,41,18); }

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

border-color css

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

 span { border-color: rgb(167,41,18); }

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