Html Css Color HEX #A72011 Fire Brick

📋 copy color: '#A72011'

red 167 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #A72011

Tints of Fire Brick #A72011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 77.31%
G = 14.81%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A72011 (or 0xA72011) is known color: Fire Brick. HEX triplet: A7, 20 and 11. RGB value is (167,32,17). Sum of RGB (Red+Green+Blue) = 167+32+17=216 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.31% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 167 - color contains mainly: red. Hex color #A72011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72011 is #58DFEE. Grayscale: #464646. Windows color (decimal): -5824495 or 1122471. OLE color: 1122471.

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

Color convert

RGB 167 32 17 -
CMYK 0 0.81 0.90 0.35
HSL 0.82% 0.36% -
HSV(B) 0.9% 0.65% -
XYZ 16.55 9.29 1.45 -
YUV 70.66 97.73 196.72 -
System Red Green Blue C M Y K H S L
Decimal 167 32 17 0 0.81 0.90 0.35 6 0.82 0.36
Hex A7 20 11 0 51 5A 23 6 52 24
Octal 247 40 21 0 121 132 43 6 122 44
Binary 10100111 100000 10001 0 1010001 1011010 100011 110 1010010 100100

Color Harmonies of #A72011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72011

Black with #A72011

Text Example


Text Example

White with #A72011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72011; }

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

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

background-color css

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

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

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

border-color css

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

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

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