#A21C03

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

Shades of Fire Brick #A21C03

Tints of Fire Brick #A21C03

Color information

#A21C03 (or 0xA21C03) is unknown color: approx Fire Brick. HEX triplet: A2, 1C and 03. RGB value is (162,28,3). Sum of RGB (Red+Green+Blue) = 162+28+3=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C03 is #5DE3FC. Grayscale: #414141. Windows color (decimal): -6153213 or 203938. OLE color: 203938.

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

Color convert

RGB162283-
CMYK00.830.980.36
HSL9.43º96.36%32.35%-
HSV(B)9.43º98.15%63.53%-
XYZ15.338.520.92-
YUV65.2292.89197.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.94%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=83.94%
G=14.51%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16228300.830.980.369.4396.3632.35
HexA21C3053622496020
Octal2423430123142441114040
Binary10100010111001101010011110001010010010011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C03; }

 p { color: rgb(162,28,3); }

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

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

 a { background-color: rgb(162,28,3); }

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

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

 span { border-color: rgb(162,28,3); }

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