Html Css Color HEX #A31211 Fire Brick

📋 copy color: '#A31211'

red 163 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #A31211

Tints of Fire Brick #A31211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.09%

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

R = 82.32%
G = 9.09%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A31211 (or 0xA31211) is known color: Fire Brick. HEX triplet: A3, 12 and 11. RGB value is (163,18,17). Sum of RGB (Red+Green+Blue) = 163+18+17=198 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.32% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 163 - color contains mainly: red. Hex color #A31211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31211 is #5CEDEE. Grayscale: #3D3D3D. Windows color (decimal): -6090223 or 1118883. OLE color: 1118883.

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

Color convert

RGB 163 18 17 -
CMYK 0 0.89 0.90 0.36
HSL 0.41º 0.81% 0.35% -
HSV(B) 0.41º 0.9% 0.64% -
XYZ 15.42 8.26 1.31 -
YUV 61.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 163 18 17 0 0.89 0.90 0.36 0.41 0.81 0.35
Hex A3 12 11 0 59 5A 24 0 51 23
Octal 243 22 21 0 131 132 44 0 121 43
Binary 10100011 10010 10001 0 1011001 1011010 100100 0 1010001 100011

Color Harmonies of #A31211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31211

Black with #A31211

Text Example


Text Example

White with #A31211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31211; }

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

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

background-color css

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

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

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

border-color css

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

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

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