Html Css Color HEX #A72206 Fire Brick

📋 copy color: '#A72206'

red 167 ◦ green 34 ◦ blue 6

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

Shades of Fire Brick #A72206

Tints of Fire Brick #A72206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

 BLUE value IS 6 (2.73% from 255) = 2.9%

R = 80.68%
G = 16.43%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A72206 (or 0xA72206) is known color: Fire Brick. HEX triplet: A7, 22 and 06. RGB value is (167,34,6). Sum of RGB (Red+Green+Blue) = 167+34+6=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A72206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72206 is #58DDF9. Grayscale: #464646. Windows color (decimal): -5823994 or 402087. OLE color: 402087.

HSL color Cylindrical-coordinate representation of color #A72206: hue angle of 10.43º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A72206 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 34 6 -
CMYK 0 0.80 0.96 0.35
HSL 10.43º 0.93% 0.34% -
HSV(B) 10.43º 0.96% 0.65% -
XYZ 16.54 9.37 1.11 -
YUV 70.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 167 34 6 0 0.80 0.96 0.35 10.43 0.93 0.34
Hex A7 22 6 0 50 60 23 A 5D 22
Octal 247 42 6 0 120 140 43 12 135 42
Binary 10100111 100010 110 0 1010000 1100000 100011 1010 1011101 100010

Color Harmonies of #A72206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72206

Black with #A72206

Text Example


Text Example

White with #A72206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72206; }

 p { color: rgb(167,34,6); }

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

background-color css

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

 a { background-color: rgb(167,34,6); }

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

border-color css

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

 span { border-color: rgb(167,34,6); }

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