Html Css Color HEX #A72001 Fire Brick

📋 copy color: '#A72001'

red 167 ◦ green 32 ◦ blue 1

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

Shades of Fire Brick #A72001

Tints of Fire Brick #A72001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 83.5%
G = 16%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A72001 (or 0xA72001) is known color: Fire Brick. HEX triplet: A7, 20 and 01. RGB value is (167,32,1). Sum of RGB (Red+Green+Blue) = 167+32+1=200 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 167 - color contains mainly: red. Hex color #A72001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72001 is #58DFFE. Grayscale: #454545. Windows color (decimal): -5824511 or 73895. OLE color: 73895.

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

Color convert

RGB 167 32 1 -
CMYK 0 0.81 0.99 0.35
HSL 11.2º 0.99% 0.33% -
HSV(B) 11.2º 0.99% 0.65% -
XYZ 16.46 9.25 0.95 -
YUV 68.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 167 32 1 0 0.81 0.99 0.35 11.2 0.99 0.33
Hex A7 20 1 0 51 63 23 B 63 21
Octal 247 40 1 0 121 143 43 13 143 41
Binary 10100111 100000 1 0 1010001 1100011 100011 1011 1100011 100001

Color Harmonies of #A72001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72001

Black with #A72001

Text Example


Text Example

White with #A72001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72001; }

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

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

background-color css

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

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

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

border-color css

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

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

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