Html Css Color HEX #A72512 Fire Brick

📋 copy color: '#A72512'

red 167 ◦ green 37 ◦ blue 18

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

Shades of Fire Brick #A72512

Tints of Fire Brick #A72512

RGB

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

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

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

R = 75.23%
G = 16.67%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A72512 (or 0xA72512) is known color: Fire Brick. HEX triplet: A7, 25 and 12. RGB value is (167,37,18). Sum of RGB (Red+Green+Blue) = 167+37+18=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A72512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72512 is #58DAED. Grayscale: #494949. Windows color (decimal): -5823214 or 1189287. OLE color: 1189287.

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

Color convert

RGB 167 37 18 -
CMYK 0 0.78 0.89 0.35
HSL 7.65º 0.81% 0.36% -
HSV(B) 7.65º 0.89% 0.65% -
XYZ 16.71 9.58 1.54 -
YUV 73.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 167 37 18 0 0.78 0.89 0.35 7.65 0.81 0.36
Hex A7 25 12 0 4E 59 23 8 51 24
Octal 247 45 22 0 116 131 43 10 121 44
Binary 10100111 100101 10010 0 1001110 1011001 100011 1000 1010001 100100

Color Harmonies of #A72512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72512

Black with #A72512

Text Example


Text Example

White with #A72512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72512; }

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

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

background-color css

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

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

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

border-color css

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

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

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