#B21D03

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

Shades of Fire Brick #B21D03

Tints of Fire Brick #B21D03

Color information

#B21D03 (or 0xB21D03) is unknown color: approx Fire Brick. HEX triplet: B2, 1D and 03. RGB value is (178,29,3). Sum of RGB (Red+Green+Blue) = 178+29+3=210 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.76% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21D03 is #4DE2FC. Grayscale: #464646. Windows color (decimal): -5104381 or 204210. OLE color: 204210.

HSL color Cylindrical-coordinate representation of color #B21D03: hue angle of 8.91º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B21D03 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB178293-
CMYK00.840.980.30
HSL8.91º96.69%35.49%-
HSV(B)8.91º98.31%69.8%-
XYZ18.8210.351.09-
YUV70.5989.86204.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 84.76%
GREEN value IS 29 (11.72% from 255) = 13.81%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=84.76%
G=13.81%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17829300.840.980.308.9196.6935.49
HexB21D3054621E96123
Octal2623530124142361114143
Binary1011001011101110101010011000101111010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21D03; }

 p { color: rgb(178,29,3); }

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

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

 a { background-color: rgb(178,29,3); }

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

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

 span { border-color: rgb(178,29,3); }

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