Html Css Color HEX #A32913 Fire Brick

📋 copy color: '#A32913'

red 163 ◦ green 41 ◦ blue 19

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

Shades of Fire Brick #A32913

Tints of Fire Brick #A32913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 73.09%
G = 18.39%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32913 (or 0xA32913) is known color: Fire Brick. HEX triplet: A3, 29 and 13. RGB value is (163,41,19). Sum of RGB (Red+Green+Blue) = 163+41+19=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A32913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32913 is #5CD6EC. Grayscale: #4B4B4B. Windows color (decimal): -6084333 or 1255843. OLE color: 1255843.

HSL color Cylindrical-coordinate representation of color #A32913: hue angle of 9.17º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A32913 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 41 19 -
CMYK 0 0.75 0.88 0.36
HSL 9.17º 0.79% 0.36% -
HSV(B) 9.17º 0.88% 0.64% -
XYZ 16.01 9.42 1.59 -
YUV 74.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 163 41 19 0 0.75 0.88 0.36 9.17 0.79 0.36
Hex A3 29 13 0 4B 58 24 9 4F 24
Octal 243 51 23 0 113 130 44 11 117 44
Binary 10100011 101001 10011 0 1001011 1011000 100100 1001 1001111 100100

Color Harmonies of #A32913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32913

Black with #A32913

Text Example


Text Example

White with #A32913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32913; }

 p { color: rgb(163,41,19); }

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

background-color css

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

 a { background-color: rgb(163,41,19); }

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

border-color css

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

 span { border-color: rgb(163,41,19); }

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