#A21B08

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

Shades of Fire Brick #A21B08

Tints of Fire Brick #A21B08

Color information

#A21B08 (or 0xA21B08) is unknown color: approx Fire Brick. HEX triplet: A2, 1B and 08. RGB value is (162,27,8). Sum of RGB (Red+Green+Blue) = 162+27+8=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21B08 is #5DE4F7. Grayscale: #414141. Windows color (decimal): -6153464 or 531362. OLE color: 531362.

HSL color Cylindrical-coordinate representation of color #A21B08: hue angle of 7.4º 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 #A21B08 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB162278-
CMYK00.830.950.36
HSL7.4º90.59%33.33%-
HSV(B)7.4º95.06%63.53%-
XYZ15.348.481.06-
YUV65.295.73197.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 82.23%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 8 (3.52% from 255) = 4.06%
R=82.23%
G=13.71%
B=4.06%

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
Decimal16227800.830.950.367.490.5933.33
HexA21B80535F2475b21
Octal2423310012313744713341
Binary101000101101110000101001110111111001001111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B08; }

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

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

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

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

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

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

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

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