Html Css Color HEX #A72D15 Fire Brick

📋 copy color: '#A72D15'

red 167 ◦ green 45 ◦ blue 21

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

Shades of Fire Brick #A72D15

Tints of Fire Brick #A72D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.31%

 BLUE value IS 21 (8.59% from 255) = 9.01%

R = 71.67%
G = 19.31%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A72D15 (or 0xA72D15) is known color: Fire Brick. HEX triplet: A7, 2D and 15. RGB value is (167,45,21). Sum of RGB (Red+Green+Blue) = 167+45+21=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72D15 is #58D2EA. Grayscale: #4E4E4E. Windows color (decimal): -5821163 or 1387943. OLE color: 1387943.

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

Color convert

RGB 167 45 21 -
CMYK 0 0.73 0.87 0.35
HSL 9.86º 0.78% 0.37% -
HSV(B) 9.86º 0.87% 0.65% -
XYZ 17.01 10.15 1.77 -
YUV 78.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 167 45 21 0 0.73 0.87 0.35 9.86 0.78 0.37
Hex A7 2D 15 0 49 57 23 A 4E 25
Octal 247 55 25 0 111 127 43 12 116 45
Binary 10100111 101101 10101 0 1001001 1010111 100011 1010 1001110 100101

Color Harmonies of #A72D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72D15

Black with #A72D15

Text Example


Text Example

White with #A72D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72D15; }

 p { color: rgb(167,45,21); }

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

background-color css

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

 a { background-color: rgb(167,45,21); }

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

border-color css

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

 span { border-color: rgb(167,45,21); }

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