Html Css Color HEX #A72319 Fire Brick

📋 copy color: '#A72319'

red 167 ◦ green 35 ◦ blue 25

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

Shades of Fire Brick #A72319

Tints of Fire Brick #A72319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 73.57%
G = 15.42%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A72319 (or 0xA72319) is known color: Fire Brick. HEX triplet: A7, 23 and 19. RGB value is (167,35,25). Sum of RGB (Red+Green+Blue) = 167+35+25=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A72319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72319 is #58DCE6. Grayscale: #494949. Windows color (decimal): -5823719 or 1647527. OLE color: 1647527.

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

Color convert

RGB 167 35 25 -
CMYK 0 0.79 0.85 0.35
HSL 4.23º 0.74% 0.38% -
HSV(B) 4.23º 0.85% 0.65% -
XYZ 16.71 9.49 1.87 -
YUV 73.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 167 35 25 0 0.79 0.85 0.35 4.23 0.74 0.38
Hex A7 23 19 0 4F 55 23 4 4A 26
Octal 247 43 31 0 117 125 43 4 112 46
Binary 10100111 100011 11001 0 1001111 1010101 100011 100 1001010 100110

Color Harmonies of #A72319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72319

Black with #A72319

Text Example


Text Example

White with #A72319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72319; }

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

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

background-color css

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

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

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

border-color css

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

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

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