Html Css Color HEX #A32813 Fire Brick

📋 copy color: '#A32813'

red 163 ◦ green 40 ◦ blue 19

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

Shades of Fire Brick #A32813

Tints of Fire Brick #A32813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 73.42%
G = 18.02%
B = 8.56%

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

#A32813 (or 0xA32813) is known color: Fire Brick. HEX triplet: A3, 28 and 13. RGB value is (163,40,19). Sum of RGB (Red+Green+Blue) = 163+40+19=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A32813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32813 is #5CD7EC. Grayscale: #4A4A4A. Windows color (decimal): -6084589 or 1255587. OLE color: 1255587.

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

Color convert

RGB 163 40 19 -
CMYK 0 0.75 0.88 0.36
HSL 8.75º 0.79% 0.36% -
HSV(B) 8.75º 0.88% 0.64% -
XYZ 15.98 9.35 1.58 -
YUV 74.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 163 40 19 0 0.75 0.88 0.36 8.75 0.79 0.36
Hex A3 28 13 0 4B 58 24 9 4F 24
Octal 243 50 23 0 113 130 44 11 117 44
Binary 10100011 101000 10011 0 1001011 1011000 100100 1001 1001111 100100

Color Harmonies of #A32813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32813

Black with #A32813

Text Example


Text Example

White with #A32813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32813; }

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

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

background-color css

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

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

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

border-color css

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

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

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