#A21C08

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

Shades of Fire Brick #A21C08

Tints of Fire Brick #A21C08

Color information

#A21C08 (or 0xA21C08) is unknown color: approx Fire Brick. HEX triplet: A2, 1C and 08. RGB value is (162,28,8). Sum of RGB (Red+Green+Blue) = 162+28+8=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21C08 is #5DE3F7. Grayscale: #424242. Windows color (decimal): -6153208 or 531618. OLE color: 531618.

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

Color convert

RGB162288-
CMYK00.830.950.36
HSL7.79º90.59%33.33%-
HSV(B)7.79º95.06%63.53%-
XYZ15.368.531.07-
YUV65.7995.39196.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81.82%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=81.82%
G=14.14%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16228800.830.950.367.7990.5933.33
HexA21C80535F2485b21
Octal24234100123137441013341
Binary1010001011100100001010011101111110010010001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21C08; }

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

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

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

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

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

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

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

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