Html Css Color HEX #A32810 Fire Brick

📋 copy color: '#A32810'

red 163 ◦ green 40 ◦ blue 16

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

Shades of Fire Brick #A32810

Tints of Fire Brick #A32810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 74.43%
G = 18.26%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A32810 (or 0xA32810) is known color: Fire Brick. HEX triplet: A3, 28 and 10. RGB value is (163,40,16). Sum of RGB (Red+Green+Blue) = 163+40+16=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32810 is #5CD7EF. Grayscale: #4A4A4A. Windows color (decimal): -6084592 or 1058979. OLE color: 1058979.

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

Color convert

RGB 163 40 16 -
CMYK 0 0.75 0.90 0.36
HSL 9.8º 0.82% 0.35% -
HSV(B) 9.8º 0.9% 0.64% -
XYZ 15.96 9.34 1.45 -
YUV 74.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 163 40 16 0 0.75 0.90 0.36 9.8 0.82 0.35
Hex A3 28 10 0 4B 5A 24 A 52 23
Octal 243 50 20 0 113 132 44 12 122 43
Binary 10100011 101000 10000 0 1001011 1011010 100100 1010 1010010 100011

Color Harmonies of #A32810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32810

Black with #A32810

Text Example


Text Example

White with #A32810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32810; }

 p { color: rgb(163,40,16); }

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

background-color css

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

 a { background-color: rgb(163,40,16); }

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

border-color css

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

 span { border-color: rgb(163,40,16); }

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