#A21B18

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

Shades of Fire Brick #A21B18

Tints of Fire Brick #A21B18

Color information

#A21B18 (or 0xA21B18) is unknown color: approx Fire Brick. HEX triplet: A2, 1B and 18. RGB value is (162,27,24). Sum of RGB (Red+Green+Blue) = 162+27+24=213 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.06% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21B18 is #5DE4E7. Grayscale: #434343. Windows color (decimal): -6153448 or 1579938. OLE color: 1579938.

HSL color Cylindrical-coordinate representation of color #A21B18: hue angle of 1.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21B18 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1622724-
CMYK00.830.850.36
HSL1.3º74.19%36.47%-
HSV(B)1.3º85.19%63.53%-
XYZ15.468.531.7-
YUV67.02103.73195.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.06%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=76.06%
G=12.68%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162272400.830.850.361.374.1936.47
HexA21B18053552414a24
Octal2423330012312544111244
Binary10100010110111100001010011101010110010011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B18; }

 p { color: rgb(162,27,24); }

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

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

 a { background-color: rgb(162,27,24); }

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

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

 span { border-color: rgb(162,27,24); }

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