Html Css Color HEX #A72C17 Fire Brick

📋 copy color: '#A72C17'

red 167 ◦ green 44 ◦ blue 23

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

Shades of Fire Brick #A72C17

Tints of Fire Brick #A72C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.83%

R = 71.37%
G = 18.8%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A72C17 (or 0xA72C17) is known color: Fire Brick. HEX triplet: A7, 2C and 17. RGB value is (167,44,23). Sum of RGB (Red+Green+Blue) = 167+44+23=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72C17 is #58D3E8. Grayscale: #4E4E4E. Windows color (decimal): -5821417 or 1518759. OLE color: 1518759.

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

Color convert

RGB 167 44 23 -
CMYK 0 0.74 0.86 0.35
HSL 8.75º 0.76% 0.37% -
HSV(B) 8.75º 0.86% 0.65% -
XYZ 16.99 10.08 1.86 -
YUV 78.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 167 44 23 0 0.74 0.86 0.35 8.75 0.76 0.37
Hex A7 2C 17 0 4A 56 23 9 4C 25
Octal 247 54 27 0 112 126 43 11 114 45
Binary 10100111 101100 10111 0 1001010 1010110 100011 1001 1001100 100101

Color Harmonies of #A72C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72C17

Black with #A72C17

Text Example


Text Example

White with #A72C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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