Html Css Color HEX #A72305 Fire Brick

📋 copy color: '#A72305'

red 167 ◦ green 35 ◦ blue 5

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

Shades of Fire Brick #A72305

Tints of Fire Brick #A72305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

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

R = 80.68%
G = 16.91%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A72305 (or 0xA72305) is known color: Fire Brick. HEX triplet: A7, 23 and 05. RGB value is (167,35,5). Sum of RGB (Red+Green+Blue) = 167+35+5=207 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.68% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 167 - color contains mainly: red. Hex color #A72305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72305 is #58DCFA. Grayscale: #474747. Windows color (decimal): -5823739 or 336807. OLE color: 336807.

HSL color Cylindrical-coordinate representation of color #A72305: hue angle of 11.11º 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 #A72305 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 35 5 -
CMYK 0 0.79 0.97 0.35
HSL 11.11º 0.94% 0.34% -
HSV(B) 11.11º 0.97% 0.65% -
XYZ 16.56 9.43 1.09 -
YUV 71.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 167 35 5 0 0.79 0.97 0.35 11.11 0.94 0.34
Hex A7 23 5 0 4F 61 23 B 5E 22
Octal 247 43 5 0 117 141 43 13 136 42
Binary 10100111 100011 101 0 1001111 1100001 100011 1011 1011110 100010

Color Harmonies of #A72305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72305

Black with #A72305

Text Example


Text Example

White with #A72305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72305; }

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

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

background-color css

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

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

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

border-color css

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

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

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