Html Css Color HEX #A32915 Fire Brick

📋 copy color: '#A32915'

red 163 ◦ green 41 ◦ blue 21

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

Shades of Fire Brick #A32915

Tints of Fire Brick #A32915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.33%

R = 72.44%
G = 18.22%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A32915 (or 0xA32915) is known color: Fire Brick. HEX triplet: A3, 29 and 15. RGB value is (163,41,21). Sum of RGB (Red+Green+Blue) = 163+41+21=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A32915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32915 is #5CD6EA. Grayscale: #4B4B4B. Windows color (decimal): -6084331 or 1386915. OLE color: 1386915.

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

Color convert

RGB 163 41 21 -
CMYK 0 0.75 0.87 0.36
HSL 8.45º 0.77% 0.36% -
HSV(B) 8.45º 0.87% 0.64% -
XYZ 16.03 9.43 1.68 -
YUV 75.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 163 41 21 0 0.75 0.87 0.36 8.45 0.77 0.36
Hex A3 29 15 0 4B 57 24 8 4D 24
Octal 243 51 25 0 113 127 44 10 115 44
Binary 10100011 101001 10101 0 1001011 1010111 100100 1000 1001101 100100

Color Harmonies of #A32915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32915

Black with #A32915

Text Example


Text Example

White with #A32915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32915; }

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

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

background-color css

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

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

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

border-color css

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

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

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