Html Css Color HEX #A32119 Fire Brick

📋 copy color: '#A32119'

red 163 ◦ green 33 ◦ blue 25

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

Shades of Fire Brick #A32119

Tints of Fire Brick #A32119

RGB

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

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

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

R = 73.76%
G = 14.93%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A32119 (or 0xA32119) is known color: Fire Brick. HEX triplet: A3, 21 and 19. RGB value is (163,33,25). Sum of RGB (Red+Green+Blue) = 163+33+25=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A32119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32119 is #5CDEE6. Grayscale: #474747. Windows color (decimal): -6086375 or 1647011. OLE color: 1647011.

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

Color convert

RGB 163 33 25 -
CMYK 0 0.80 0.85 0.36
HSL 3.48º 0.73% 0.37% -
HSV(B) 3.48º 0.85% 0.64% -
XYZ 15.82 8.94 1.81 -
YUV 70.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 163 33 25 0 0.80 0.85 0.36 3.48 0.73 0.37
Hex A3 21 19 0 50 55 24 3 49 25
Octal 243 41 31 0 120 125 44 3 111 45
Binary 10100011 100001 11001 0 1010000 1010101 100100 11 1001001 100101

Color Harmonies of #A32119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32119

Black with #A32119

Text Example


Text Example

White with #A32119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32119; }

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

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

background-color css

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

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

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

border-color css

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

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

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