#A11B0A

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

Shades of Fire Brick #A11B0A

Tints of Fire Brick #A11B0A

Color information

#A11B0A (or 0xA11B0A) is unknown color: approx Fire Brick. HEX triplet: A1, 1B and 0A. RGB value is (161,27,10). Sum of RGB (Red+Green+Blue) = 161+27+10=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11B0A is #5EE4F5. Grayscale: #414141. Windows color (decimal): -6218998 or 662433. OLE color: 662433.

HSL color Cylindrical-coordinate representation of color #A11B0A: hue angle of 6.75º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A11B0A is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1612710-
CMYK00.830.940.37
HSL6.75º88.3%33.53%-
HSV(B)6.75º93.79%63.14%-
XYZ15.148.381.11-
YUV65.1396.89196.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.31%
GREEN value IS 27 (10.94% from 255) = 13.64%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=81.31%
G=13.64%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161271000.830.940.376.7588.333.53
HexA11BA0535E2575822
Octal2413312012313645713042
Binary101000011101110100101001110111101001011111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11B0A; }

 p { color: rgb(161,27,10); }

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

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

 a { background-color: rgb(161,27,10); }

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

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

 span { border-color: rgb(161,27,10); }

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