Html Css Color HEX #A72B19 Fire Brick

📋 copy color: '#A72B19'

red 167 ◦ green 43 ◦ blue 25

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

Shades of Fire Brick #A72B19

Tints of Fire Brick #A72B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 71.06%
G = 18.3%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A72B19 (or 0xA72B19) is known color: Fire Brick. HEX triplet: A7, 2B and 19. RGB value is (167,43,25). Sum of RGB (Red+Green+Blue) = 167+43+25=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72B19 is #58D4E6. Grayscale: #4E4E4E. Windows color (decimal): -5821671 or 1649575. OLE color: 1649575.

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

Color convert

RGB 167 43 25 -
CMYK 0 0.74 0.85 0.35
HSL 7.61º 0.74% 0.38% -
HSV(B) 7.61º 0.85% 0.65% -
XYZ 16.98 10.01 1.96 -
YUV 78.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 167 43 25 0 0.74 0.85 0.35 7.61 0.74 0.38
Hex A7 2B 19 0 4A 55 23 8 4A 26
Octal 247 53 31 0 112 125 43 10 112 46
Binary 10100111 101011 11001 0 1001010 1010101 100011 1000 1001010 100110

Color Harmonies of #A72B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72B19

Black with #A72B19

Text Example


Text Example

White with #A72B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72B19; }

 p { color: rgb(167,43,25); }

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

background-color css

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

 a { background-color: rgb(167,43,25); }

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

border-color css

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

 span { border-color: rgb(167,43,25); }

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