Html Css Color HEX #A72405 Fire Brick

📋 copy color: '#A72405'

red 167 ◦ green 36 ◦ blue 5

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

Shades of Fire Brick #A72405

Tints of Fire Brick #A72405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

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

R = 80.29%
G = 17.31%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A72405 (or 0xA72405) is known color: Fire Brick. HEX triplet: A7, 24 and 05. RGB value is (167,36,5). Sum of RGB (Red+Green+Blue) = 167+36+5=208 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.29% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 167 - color contains mainly: red. Hex color #A72405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72405 is #58DBFA. Grayscale: #474747. Windows color (decimal): -5823483 or 337063. OLE color: 337063.

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

Color convert

RGB 167 36 5 -
CMYK 0 0.78 0.97 0.35
HSL 11.48º 0.94% 0.34% -
HSV(B) 11.48º 0.97% 0.65% -
XYZ 16.59 9.49 1.1 -
YUV 71.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 167 36 5 0 0.78 0.97 0.35 11.48 0.94 0.34
Hex A7 24 5 0 4E 61 23 B 5E 22
Octal 247 44 5 0 116 141 43 13 136 42
Binary 10100111 100100 101 0 1001110 1100001 100011 1011 1011110 100010

Color Harmonies of #A72405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72405

Black with #A72405

Text Example


Text Example

White with #A72405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72405; }

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

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

background-color css

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

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

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

border-color css

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

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

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