Html Css Color HEX #A31F13 Fire Brick

📋 copy color: '#A31F13'

red 163 ◦ green 31 ◦ blue 19

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

Shades of Fire Brick #A31F13

Tints of Fire Brick #A31F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

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

R = 76.53%
G = 14.55%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A31F13 (or 0xA31F13) is known color: Fire Brick. HEX triplet: A3, 1F and 13. RGB value is (163,31,19). Sum of RGB (Red+Green+Blue) = 163+31+19=213 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.53% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31F13 is #5CE0EC. Grayscale: #454545. Windows color (decimal): -6086893 or 1253283. OLE color: 1253283.

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

Color convert

RGB 163 31 19 -
CMYK 0 0.81 0.88 0.36
HSL 0.79% 0.36% -
HSV(B) 0.88% 0.64% -
XYZ 15.71 8.81 1.49 -
YUV 69.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 163 31 19 0 0.81 0.88 0.36 5 0.79 0.36
Hex A3 1F 13 0 51 58 24 5 4F 24
Octal 243 37 23 0 121 130 44 5 117 44
Binary 10100011 11111 10011 0 1010001 1011000 100100 101 1001111 100100

Color Harmonies of #A31F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F13

Black with #A31F13

Text Example


Text Example

White with #A31F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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