Html Css Color HEX #A32219 Fire Brick

📋 copy color: '#A32219'

red 163 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #A32219

Tints of Fire Brick #A32219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.32%

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

R = 73.42%
G = 15.32%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A32219 (or 0xA32219) is known color: Fire Brick. HEX triplet: A3, 22 and 19. RGB value is (163,34,25). Sum of RGB (Red+Green+Blue) = 163+34+25=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A32219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32219 is #5CDDE6. Grayscale: #474747. Windows color (decimal): -6086119 or 1647267. OLE color: 1647267.

HSL color Cylindrical-coordinate representation of color #A32219: hue angle of 3.91º 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 #A32219 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 25 -
CMYK 0 0.79 0.85 0.36
HSL 3.91º 0.73% 0.37% -
HSV(B) 3.91º 0.85% 0.64% -
XYZ 15.85 9 1.82 -
YUV 71.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 163 34 25 0 0.79 0.85 0.36 3.91 0.73 0.37
Hex A3 22 19 0 4F 55 24 4 49 25
Octal 243 42 31 0 117 125 44 4 111 45
Binary 10100011 100010 11001 0 1001111 1010101 100100 100 1001001 100101

Color Harmonies of #A32219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32219

Black with #A32219

Text Example


Text Example

White with #A32219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32219; }

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

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

background-color css

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

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

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

border-color css

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

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

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