#B21D0C

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

Shades of Fire Brick #B21D0C

Tints of Fire Brick #B21D0C

Color information

#B21D0C (or 0xB21D0C) is unknown color: approx Fire Brick. HEX triplet: B2, 1D and 0C. RGB value is (178,29,12). Sum of RGB (Red+Green+Blue) = 178+29+12=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21D0C is #4DE2F3. Grayscale: #474747. Windows color (decimal): -5104372 or 794034. OLE color: 794034.

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

Color convert

RGB1782912-
CMYK00.840.930.30
HSL6.14º87.37%37.25%-
HSV(B)6.14º93.26%69.8%-
XYZ18.8710.371.36-
YUV71.6194.36203.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 81.28%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=81.28%
G=13.24%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178291200.840.930.306.1487.3737.25
HexB21DC0545D1E65725
Octal2623514012413536612745
Binary10110010111011100010101001011101111101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21D0C; }

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

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

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

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

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

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

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

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