#A12003

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

Shades of Fire Brick #A12003

Tints of Fire Brick #A12003

Color information

#A12003 (or 0xA12003) is unknown color: approx Fire Brick. HEX triplet: A1, 20 and 03. RGB value is (161,32,3). Sum of RGB (Red+Green+Blue) = 161+32+3=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A12003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12003 is #5EDFFC. Grayscale: #434343. Windows color (decimal): -6217725 or 204961. OLE color: 204961.

HSL color Cylindrical-coordinate representation of color #A12003: hue angle of 11.01º 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 #A12003 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB161323-
CMYK00.800.980.37
HSL11.01º96.34%32.16%-
HSV(B)11.01º98.14%63.14%-
XYZ15.238.620.95-
YUV67.2691.74194.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 82.14%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 3 (1.56% from 255) = 1.53%
R=82.14%
G=16.33%
B=1.53%

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
Decimal16132300.800.980.3711.0196.3432.16
HexA12030506225b6020
Octal2414030120142451314040
Binary101000011000001101010000110001010010110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12003; }

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

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

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

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

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

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

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

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