Html Css Color HEX #A72110 Fire Brick

📋 copy color: '#A72110'

red 167 ◦ green 33 ◦ blue 16

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

Shades of Fire Brick #A72110

Tints of Fire Brick #A72110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

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

R = 77.31%
G = 15.28%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A72110 (or 0xA72110) is known color: Fire Brick. HEX triplet: A7, 21 and 10. RGB value is (167,33,16). Sum of RGB (Red+Green+Blue) = 167+33+16=216 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.31% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 167 - color contains mainly: red. Hex color #A72110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72110 is #58DEEF. Grayscale: #474747. Windows color (decimal): -5824240 or 1057191. OLE color: 1057191.

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

Color convert

RGB 167 33 16 -
CMYK 0 0.80 0.90 0.35
HSL 6.75º 0.83% 0.36% -
HSV(B) 6.75º 0.9% 0.65% -
XYZ 16.57 9.34 1.42 -
YUV 71.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 167 33 16 0 0.80 0.90 0.35 6.75 0.83 0.36
Hex A7 21 10 0 50 5A 23 7 53 24
Octal 247 41 20 0 120 132 43 7 123 44
Binary 10100111 100001 10000 0 1010000 1011010 100011 111 1010011 100100

Color Harmonies of #A72110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72110

Black with #A72110

Text Example


Text Example

White with #A72110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72110; }

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

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

background-color css

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

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

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

border-color css

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

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

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