#A12002

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

Shades of Fire Brick #A12002

Tints of Fire Brick #A12002

Color information

#A12002 (or 0xA12002) is unknown color: approx Fire Brick. HEX triplet: A1, 20 and 02. RGB value is (161,32,2). Sum of RGB (Red+Green+Blue) = 161+32+2=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A12002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12002 is #5EDFFD. Grayscale: #434343. Windows color (decimal): -6217726 or 139425. OLE color: 139425.

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

Color convert

RGB161322-
CMYK00.800.990.37
HSL11.32º97.55%31.96%-
HSV(B)11.32º98.76%63.14%-
XYZ15.238.610.92-
YUV67.1591.24194.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 82.56%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=82.56%
G=16.41%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16132200.800.990.3711.3297.5531.96
HexA12020506325b6220
Octal2414020120143451314240
Binary101000011000001001010000110001110010110111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12002; }

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

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

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

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

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

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

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

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