Html Css Color HEX #A72321 Fire Brick

📋 copy color: '#A72321'

red 167 ◦ green 35 ◦ blue 33

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

Shades of Fire Brick #A72321

Tints of Fire Brick #A72321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 71.06%
G = 14.89%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A72321 (or 0xA72321) is known color: Fire Brick. HEX triplet: A7, 23 and 21. RGB value is (167,35,33). Sum of RGB (Red+Green+Blue) = 167+35+33=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A72321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72321 is #58DCDE. Grayscale: #4A4A4A. Windows color (decimal): -5823711 or 2171815. OLE color: 2171815.

HSL color Cylindrical-coordinate representation of color #A72321: hue angle of 0.9º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72321 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 35 33 -
CMYK 0 0.79 0.80 0.35
HSL 0.9º 0.67% 0.39% -
HSV(B) 0.9º 0.8% 0.65% -
XYZ 16.81 9.53 2.39 -
YUV 74.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 167 35 33 0 0.79 0.80 0.35 0.9 0.67 0.39
Hex A7 23 21 0 4F 50 23 1 43 27
Octal 247 43 41 0 117 120 43 1 103 47
Binary 10100111 100011 100001 0 1001111 1010000 100011 1 1000011 100111

Color Harmonies of #A72321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72321

Black with #A72321

Text Example


Text Example

White with #A72321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72321; }

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

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

background-color css

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

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

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

border-color css

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

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

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