Html Css Color HEX #A72000 Fire Brick

📋 copy color: '#A72000'

red 167 ◦ green 32 ◦ blue 0

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

Shades of Fire Brick #A72000

Tints of Fire Brick #A72000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.92%
G = 16.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A72000 (or 0xA72000) is known color: Fire Brick. HEX triplet: A7, 20 and 00. RGB value is (167,32,0). Sum of RGB (Red+Green+Blue) = 167+32+0=199 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.92% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 167 - color contains mainly: red. Hex color #A72000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72000 is #58DFFF. Grayscale: #444444. Windows color (decimal): -5824512 or 8359. OLE color: 8359.

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

Color convert

RGB 167 32 0 -
CMYK 0 0.81 1 0.35
HSL 11.5º 1% 0.33% -
HSV(B) 11.5º 1% 0.65% -
XYZ 16.45 9.25 0.92 -
YUV 68.72 89.23 198.1 -
System Red Green Blue C M Y K H S L
Decimal 167 32 0 0 0.81 1 0.35 11.5 1 0.33
Hex A7 20 0 0 51 64 23 B 64 21
Octal 247 40 0 0 121 144 43 13 144 41
Binary 10100111 100000 0 0 1010001 1100100 100011 1011 1100100 100001

Color Harmonies of #A72000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72000

Black with #A72000

Text Example


Text Example

White with #A72000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72000; }

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

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

background-color css

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

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

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

border-color css

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

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

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