Html Css Color HEX #A32115 Fire Brick

📋 copy color: '#A32115'

red 163 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #A32115

Tints of Fire Brick #A32115

RGB

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

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

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

R = 75.12%
G = 15.21%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A32115 (or 0xA32115) is known color: Fire Brick. HEX triplet: A3, 21 and 15. RGB value is (163,33,21). Sum of RGB (Red+Green+Blue) = 163+33+21=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A32115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32115 is #5CDEEA. Grayscale: #464646. Windows color (decimal): -6086379 or 1384867. OLE color: 1384867.

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

Color convert

RGB 163 33 21 -
CMYK 0 0.80 0.87 0.36
HSL 5.07º 0.77% 0.36% -
HSV(B) 5.07º 0.87% 0.64% -
XYZ 15.78 8.93 1.6 -
YUV 70.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 163 33 21 0 0.80 0.87 0.36 5.07 0.77 0.36
Hex A3 21 15 0 50 57 24 5 4D 24
Octal 243 41 25 0 120 127 44 5 115 44
Binary 10100011 100001 10101 0 1010000 1010111 100100 101 1001101 100100

Color Harmonies of #A32115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32115

Black with #A32115

Text Example


Text Example

White with #A32115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32115; }

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

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

background-color css

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

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

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

border-color css

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

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

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