Html Css Color HEX #A72115 Fire Brick

📋 copy color: '#A72115'

red 167 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #A72115

Tints of Fire Brick #A72115

RGB

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

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

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

R = 75.57%
G = 14.93%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A72115 (or 0xA72115) is known color: Fire Brick. HEX triplet: A7, 21 and 15. RGB value is (167,33,21). Sum of RGB (Red+Green+Blue) = 167+33+21=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A72115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72115 is #58DEEA. Grayscale: #474747. Windows color (decimal): -5824235 or 1384871. OLE color: 1384871.

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

Color convert

RGB 167 33 21 -
CMYK 0 0.80 0.87 0.35
HSL 4.93º 0.78% 0.37% -
HSV(B) 4.93º 0.87% 0.65% -
XYZ 16.62 9.36 1.64 -
YUV 71.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 167 33 21 0 0.80 0.87 0.35 4.93 0.78 0.37
Hex A7 21 15 0 50 57 23 5 4E 25
Octal 247 41 25 0 120 127 43 5 116 45
Binary 10100111 100001 10101 0 1010000 1010111 100011 101 1001110 100101

Color Harmonies of #A72115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72115

Black with #A72115

Text Example


Text Example

White with #A72115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72115; }

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

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

background-color css

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

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

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

border-color css

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

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

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