#A11310

Color #A11310 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A11310

Tints of Fire Brick #A11310

Color information

#A11310 (or 0xA11310) is unknown color: approx Fire Brick. HEX triplet: A1, 13 and 10. RGB value is (161,19,16). Sum of RGB (Red+Green+Blue) = 161+19+16=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A11310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11310 is #5EECEF. Grayscale: #3D3D3D. Windows color (decimal): -6221040 or 1053601. OLE color: 1053601.

HSL color Cylindrical-coordinate representation of color #A11310: hue angle of 1.24º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11310 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB1611916-
CMYK00.880.900.37
HSL1.24º81.92%34.71%-
HSV(B)1.24º90.06%63.14%-
XYZ15.028.081.26-
YUV61.12102.54199.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 82.14%
GREEN value IS 19 (7.81% from 255) = 9.69%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=82.14%
G=9.69%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161191600.880.900.371.2481.9234.71
HexA113100585A2515223
Octal2412320013013245112243
Binary10100001100111000001011000101101010010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11310; }

 p { color: rgb(161,19,16); }

 H1.HeaderClassName
 {
   color: #A11310;
 }
 .AnyTagClassName
 {
   color: #A11310;
 }
</style>
background-color css

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

 a { background-color: rgb(161,19,16); }

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

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

 span { border-color: rgb(161,19,16); }

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