#A12103

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

Shades of Fire Brick #A12103

Tints of Fire Brick #A12103

Color information

#A12103 (or 0xA12103) is unknown color: approx Fire Brick. HEX triplet: A1, 21 and 03. RGB value is (161,33,3). Sum of RGB (Red+Green+Blue) = 161+33+3=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 3 (1.56% from 255 or 1.52% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A12103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12103 is #5EDEFC. Grayscale: #444444. Windows color (decimal): -6217469 or 205217. OLE color: 205217.

HSL color Cylindrical-coordinate representation of color #A12103: hue angle of 11.39º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A12103 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB161333-
CMYK00.800.980.37
HSL11.39º96.34%32.16%-
HSV(B)11.39º98.14%63.14%-
XYZ15.268.670.96-
YUV67.8591.41194.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.73%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=81.73%
G=16.75%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16133300.800.980.3711.3996.3432.16
HexA12130506225b6020
Octal2414130120142451314040
Binary101000011000011101010000110001010010110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12103; }

 p { color: rgb(161,33,3); }

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

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

 a { background-color: rgb(161,33,3); }

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

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

 span { border-color: rgb(161,33,3); }

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