#A81C03

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

Shades of Fire Brick #A81C03

Tints of Fire Brick #A81C03

Color information

#A81C03 (or 0xA81C03) is unknown color: approx Fire Brick. HEX triplet: A8, 1C and 03. RGB value is (168,28,3). Sum of RGB (Red+Green+Blue) = 168+28+3=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81C03 is #57E3FC. Grayscale: #434343. Windows color (decimal): -5759997 or 203944. OLE color: 203944.

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

Color convert

RGB168283-
CMYK00.830.980.34
HSL9.09º96.49%33.53%-
HSV(B)9.09º98.21%65.88%-
XYZ16.589.160.98-
YUV67.0191.88200.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 84.42%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=84.42%
G=14.07%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16828300.830.980.349.0996.4933.53
HexA81C3053622296022
Octal2503430123142421114042
Binary10101000111001101010011110001010001010011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81C03; }

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

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

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

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

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

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

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

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