Html Css Color HEX #A72616 Fire Brick

📋 copy color: '#A72616'

red 167 ◦ green 38 ◦ blue 22

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

Shades of Fire Brick #A72616

Tints of Fire Brick #A72616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

 BLUE value IS 22 (8.98% from 255) = 9.69%

R = 73.57%
G = 16.74%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A72616 (or 0xA72616) is known color: Fire Brick. HEX triplet: A7, 26 and 16. RGB value is (167,38,22). Sum of RGB (Red+Green+Blue) = 167+38+22=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A72616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72616 is #58D9E9. Grayscale: #4A4A4A. Windows color (decimal): -5822954 or 1451687. OLE color: 1451687.

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

Color convert

RGB 167 38 22 -
CMYK 0 0.77 0.87 0.35
HSL 6.62º 0.77% 0.37% -
HSV(B) 6.62º 0.87% 0.65% -
XYZ 16.77 9.66 1.74 -
YUV 74.75 98.24 193.8 -
System Red Green Blue C M Y K H S L
Decimal 167 38 22 0 0.77 0.87 0.35 6.62 0.77 0.37
Hex A7 26 16 0 4D 57 23 7 4D 25
Octal 247 46 26 0 115 127 43 7 115 45
Binary 10100111 100110 10110 0 1001101 1010111 100011 111 1001101 100101

Color Harmonies of #A72616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72616

Black with #A72616

Text Example


Text Example

White with #A72616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72616; }

 p { color: rgb(167,38,22); }

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

background-color css

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

 a { background-color: rgb(167,38,22); }

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

border-color css

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

 span { border-color: rgb(167,38,22); }

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