Html Css Color HEX #A72005 Fire Brick

📋 copy color: '#A72005'

red 167 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #A72005

Tints of Fire Brick #A72005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 81.86%
G = 15.69%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A72005 (or 0xA72005) is known color: Fire Brick. HEX triplet: A7, 20 and 05. RGB value is (167,32,5). Sum of RGB (Red+Green+Blue) = 167+32+5=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A72005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72005 is #58DFFA. Grayscale: #454545. Windows color (decimal): -5824507 or 336039. OLE color: 336039.

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

Color convert

RGB 167 32 5 -
CMYK 0 0.81 0.97 0.35
HSL 10º 0.94% 0.34% -
HSV(B) 10º 0.97% 0.65% -
XYZ 16.48 9.26 1.06 -
YUV 69.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 167 32 5 0 0.81 0.97 0.35 10 0.94 0.34
Hex A7 20 5 0 51 61 23 A 5E 22
Octal 247 40 5 0 121 141 43 12 136 42
Binary 10100111 100000 101 0 1010001 1100001 100011 1010 1011110 100010

Color Harmonies of #A72005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72005

Black with #A72005

Text Example


Text Example

White with #A72005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72005; }

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

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

background-color css

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

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

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

border-color css

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

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

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