Html Css Color HEX #A31810 Fire Brick

📋 copy color: '#A31810'

red 163 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #A31810

Tints of Fire Brick #A31810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 80.3%
G = 11.82%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A31810 (or 0xA31810) is known color: Fire Brick. HEX triplet: A3, 18 and 10. RGB value is (163,24,16). Sum of RGB (Red+Green+Blue) = 163+24+16=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A31810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31810 is #5CE7EF. Grayscale: #404040. Windows color (decimal): -6088688 or 1054883. OLE color: 1054883.

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

Color convert

RGB 163 24 16 -
CMYK 0 0.85 0.90 0.36
HSL 3.27º 0.82% 0.35% -
HSV(B) 3.27º 0.9% 0.64% -
XYZ 15.52 8.48 1.31 -
YUV 64.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 163 24 16 0 0.85 0.90 0.36 3.27 0.82 0.35
Hex A3 18 10 0 55 5A 24 3 52 23
Octal 243 30 20 0 125 132 44 3 122 43
Binary 10100011 11000 10000 0 1010101 1011010 100100 11 1010010 100011

Color Harmonies of #A31810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31810

Black with #A31810

Text Example


Text Example

White with #A31810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31810; }

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

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

background-color css

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

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

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

border-color css

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

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

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