Html Css Color HEX #A32516 Fire Brick

📋 copy color: '#A32516'

red 163 ◦ green 37 ◦ blue 22

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

Shades of Fire Brick #A32516

Tints of Fire Brick #A32516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 22 (8.98% from 255) = 9.91%

R = 73.42%
G = 16.67%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A32516 (or 0xA32516) is known color: Fire Brick. HEX triplet: A3, 25 and 16. RGB value is (163,37,22). Sum of RGB (Red+Green+Blue) = 163+37+22=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A32516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32516 is #5CDAE9. Grayscale: #494949. Windows color (decimal): -6085354 or 1451427. OLE color: 1451427.

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

Color convert

RGB 163 37 22 -
CMYK 0 0.77 0.87 0.36
HSL 6.38º 0.76% 0.36% -
HSV(B) 6.38º 0.87% 0.64% -
XYZ 15.91 9.17 1.69 -
YUV 72.96 99.24 192.22 -
System Red Green Blue C M Y K H S L
Decimal 163 37 22 0 0.77 0.87 0.36 6.38 0.76 0.36
Hex A3 25 16 0 4D 57 24 6 4C 24
Octal 243 45 26 0 115 127 44 6 114 44
Binary 10100011 100101 10110 0 1001101 1010111 100100 110 1001100 100100

Color Harmonies of #A32516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32516

Black with #A32516

Text Example


Text Example

White with #A32516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32516; }

 p { color: rgb(163,37,22); }

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

background-color css

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

 a { background-color: rgb(163,37,22); }

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

border-color css

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

 span { border-color: rgb(163,37,22); }

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