Html Css Color HEX #A32513 Fire Brick

📋 copy color: '#A32513'

red 163 ◦ green 37 ◦ blue 19

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

Shades of Fire Brick #A32513

Tints of Fire Brick #A32513

RGB

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

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

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

R = 74.43%
G = 16.89%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32513 (or 0xA32513) is known color: Fire Brick. HEX triplet: A3, 25 and 13. RGB value is (163,37,19). Sum of RGB (Red+Green+Blue) = 163+37+19=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32513 is #5CDAEC. Grayscale: #484848. Windows color (decimal): -6085357 or 1254819. OLE color: 1254819.

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

Color convert

RGB 163 37 19 -
CMYK 0 0.77 0.88 0.36
HSL 7.5º 0.79% 0.36% -
HSV(B) 7.5º 0.88% 0.64% -
XYZ 15.88 9.16 1.55 -
YUV 72.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 163 37 19 0 0.77 0.88 0.36 7.5 0.79 0.36
Hex A3 25 13 0 4D 58 24 8 4F 24
Octal 243 45 23 0 115 130 44 10 117 44
Binary 10100011 100101 10011 0 1001101 1011000 100100 1000 1001111 100100

Color Harmonies of #A32513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32513

Black with #A32513

Text Example


Text Example

White with #A32513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32513; }

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

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

background-color css

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

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

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

border-color css

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

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

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