Html Css Color HEX #A31D11 Fire Brick

📋 copy color: '#A31D11'

red 163 ◦ green 29 ◦ blue 17

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

Shades of Fire Brick #A31D11

Tints of Fire Brick #A31D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.88%

 BLUE value IS 17 (7.03% from 255) = 8.13%

R = 77.99%
G = 13.88%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A31D11 (or 0xA31D11) is known color: Fire Brick. HEX triplet: A3, 1D and 11. RGB value is (163,29,17). Sum of RGB (Red+Green+Blue) = 163+29+17=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A31D11 is #5CE2EE. Grayscale: #434343. Windows color (decimal): -6087407 or 1121699. OLE color: 1121699.

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

Color convert

RGB 163 29 17 -
CMYK 0 0.82 0.90 0.36
HSL 4.93º 0.81% 0.35% -
HSV(B) 4.93º 0.9% 0.64% -
XYZ 15.64 8.71 1.39 -
YUV 67.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 163 29 17 0 0.82 0.90 0.36 4.93 0.81 0.35
Hex A3 1D 11 0 52 5A 24 5 51 23
Octal 243 35 21 0 122 132 44 5 121 43
Binary 10100011 11101 10001 0 1010010 1011010 100100 101 1010001 100011

Color Harmonies of #A31D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31D11

Black with #A31D11

Text Example


Text Example

White with #A31D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31D11; }

 p { color: rgb(163,29,17); }

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

background-color css

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

 a { background-color: rgb(163,29,17); }

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

border-color css

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

 span { border-color: rgb(163,29,17); }

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