Html Css Color HEX #A72010 Fire Brick

📋 copy color: '#A72010'

red 167 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #A72010

Tints of Fire Brick #A72010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 77.67%
G = 14.88%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A72010 (or 0xA72010) is known color: Fire Brick. HEX triplet: A7, 20 and 10. RGB value is (167,32,16). Sum of RGB (Red+Green+Blue) = 167+32+16=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A72010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72010 is #58DFEF. Grayscale: #464646. Windows color (decimal): -5824496 or 1056935. OLE color: 1056935.

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

Color convert

RGB 167 32 16 -
CMYK 0 0.81 0.90 0.35
HSL 6.36º 0.83% 0.36% -
HSV(B) 6.36º 0.9% 0.65% -
XYZ 16.55 9.29 1.41 -
YUV 70.54 97.23 196.8 -
System Red Green Blue C M Y K H S L
Decimal 167 32 16 0 0.81 0.90 0.35 6.36 0.83 0.36
Hex A7 20 10 0 51 5A 23 6 53 24
Octal 247 40 20 0 121 132 43 6 123 44
Binary 10100111 100000 10000 0 1010001 1011010 100011 110 1010011 100100

Color Harmonies of #A72010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72010

Black with #A72010

Text Example


Text Example

White with #A72010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72010; }

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

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

background-color css

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

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

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

border-color css

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

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

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