Html Css Color HEX #A32519 Fire Brick

📋 copy color: '#A32519'

red 163 ◦ green 37 ◦ blue 25

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

Shades of Fire Brick #A32519

Tints of Fire Brick #A32519

RGB

 RED value IS 163 (64.06% from 255) = 72.44%

 GREEN value IS 37 (14.84% from 255) = 16.44%

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

R = 72.44%
G = 16.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A32519 (or 0xA32519) is known color: Fire Brick. HEX triplet: A3, 25 and 19. RGB value is (163,37,25). Sum of RGB (Red+Green+Blue) = 163+37+25=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A32519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32519 is #5CDAE6. Grayscale: #494949. Windows color (decimal): -6085351 or 1648035. OLE color: 1648035.

HSL color Cylindrical-coordinate representation of color #A32519: hue angle of 5.22º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A32519 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 37 25 -
CMYK 0 0.77 0.85 0.36
HSL 5.22º 0.73% 0.37% -
HSV(B) 5.22º 0.85% 0.64% -
XYZ 15.94 9.18 1.85 -
YUV 73.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 163 37 25 0 0.77 0.85 0.36 5.22 0.73 0.37
Hex A3 25 19 0 4D 55 24 5 49 25
Octal 243 45 31 0 115 125 44 5 111 45
Binary 10100011 100101 11001 0 1001101 1010101 100100 101 1001001 100101

Color Harmonies of #A32519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32519

Black with #A32519

Text Example


Text Example

White with #A32519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32519; }

 p { color: rgb(163,37,25); }

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

background-color css

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

 a { background-color: rgb(163,37,25); }

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

border-color css

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

 span { border-color: rgb(163,37,25); }

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