Html Css Color HEX #A32518 Fire Brick

📋 copy color: '#A32518'

red 163 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #A32518

Tints of Fire Brick #A32518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 72.77%
G = 16.52%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A32518 (or 0xA32518) is known color: Fire Brick. HEX triplet: A3, 25 and 18. RGB value is (163,37,24). Sum of RGB (Red+Green+Blue) = 163+37+24=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A32518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32518 is #5CDAE7. Grayscale: #494949. Windows color (decimal): -6085352 or 1582499. OLE color: 1582499.

HSL color Cylindrical-coordinate representation of color #A32518: hue angle of 5.61º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A32518 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 37 24 -
CMYK 0 0.77 0.85 0.36
HSL 5.61º 0.74% 0.37% -
HSV(B) 5.61º 0.85% 0.64% -
XYZ 15.93 9.18 1.8 -
YUV 73.19 100.24 192.06 -
System Red Green Blue C M Y K H S L
Decimal 163 37 24 0 0.77 0.85 0.36 5.61 0.74 0.37
Hex A3 25 18 0 4D 55 24 6 4A 25
Octal 243 45 30 0 115 125 44 6 112 45
Binary 10100011 100101 11000 0 1001101 1010101 100100 110 1001010 100101

Color Harmonies of #A32518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32518

Black with #A32518

Text Example


Text Example

White with #A32518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32518; }

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

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

background-color css

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

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

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

border-color css

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

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

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