Html Css Color HEX #A72C13 Fire Brick

📋 copy color: '#A72C13'

red 167 ◦ green 44 ◦ blue 19

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

Shades of Fire Brick #A72C13

Tints of Fire Brick #A72C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 72.61%
G = 19.13%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A72C13 (or 0xA72C13) is known color: Fire Brick. HEX triplet: A7, 2C and 13. RGB value is (167,44,19). Sum of RGB (Red+Green+Blue) = 167+44+19=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72C13 is #58D3EC. Grayscale: #4E4E4E. Windows color (decimal): -5821421 or 1256615. OLE color: 1256615.

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

Color convert

RGB 167 44 19 -
CMYK 0 0.74 0.89 0.35
HSL 10.14º 0.8% 0.36% -
HSV(B) 10.14º 0.89% 0.65% -
XYZ 16.95 10.06 1.67 -
YUV 77.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 167 44 19 0 0.74 0.89 0.35 10.14 0.8 0.36
Hex A7 2C 13 0 4A 59 23 A 50 24
Octal 247 54 23 0 112 131 43 12 120 44
Binary 10100111 101100 10011 0 1001010 1011001 100011 1010 1010000 100100

Color Harmonies of #A72C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72C13

Black with #A72C13

Text Example


Text Example

White with #A72C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72C13; }

 p { color: rgb(167,44,19); }

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

background-color css

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

 a { background-color: rgb(167,44,19); }

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

border-color css

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

 span { border-color: rgb(167,44,19); }

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