Html Css Color HEX #A32814 Fire Brick

📋 copy color: '#A32814'

red 163 ◦ green 40 ◦ blue 20

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

Shades of Fire Brick #A32814

Tints of Fire Brick #A32814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 73.09%
G = 17.94%
B = 8.97%

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

#A32814 (or 0xA32814) is known color: Fire Brick. HEX triplet: A3, 28 and 14. RGB value is (163,40,20). Sum of RGB (Red+Green+Blue) = 163+40+20=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A32814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32814 is #5CD7EB. Grayscale: #4A4A4A. Windows color (decimal): -6084588 or 1321123. OLE color: 1321123.

HSL color Cylindrical-coordinate representation of color #A32814: hue angle of 8.39º degrees, saturation: 0.78, 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 #A32814 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 40 20 -
CMYK 0 0.75 0.88 0.36
HSL 8.39º 0.78% 0.36% -
HSV(B) 8.39º 0.88% 0.64% -
XYZ 15.99 9.35 1.62 -
YUV 74.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 163 40 20 0 0.75 0.88 0.36 8.39 0.78 0.36
Hex A3 28 14 0 4B 58 24 8 4E 24
Octal 243 50 24 0 113 130 44 10 116 44
Binary 10100011 101000 10100 0 1001011 1011000 100100 1000 1001110 100100

Color Harmonies of #A32814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32814

Black with #A32814

Text Example


Text Example

White with #A32814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32814; }

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

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

background-color css

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

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

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

border-color css

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

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

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