#B4210D

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

Shades of Fire Brick #B4210D

Tints of Fire Brick #B4210D

Color information

#B4210D (or 0xB4210D) is unknown color: approx Fire Brick. HEX triplet: B4, 21 and 0D. RGB value is (180,33,13). Sum of RGB (Red+Green+Blue) = 180+33+13=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B4210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4210D is #4BDEF2. Grayscale: #4A4A4A. Windows color (decimal): -4972275 or 860596. OLE color: 860596.

HSL color Cylindrical-coordinate representation of color #B4210D: hue angle of 7.19º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4210D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1803313-
CMYK00.820.930.29
HSL7.19º86.53%37.84%-
HSV(B)7.19º92.78%70.59%-
XYZ19.4410.821.44-
YUV74.6793.2203.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 79.65%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 13 (5.47% from 255) = 5.75%
R=79.65%
G=14.60%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180331300.820.930.297.1986.5337.84
HexB421D0525D1D75726
Octal2644115012213535712746
Binary101101001000011101010100101011101111011111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4210D; }

 p { color: rgb(180,33,13); }

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

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

 a { background-color: rgb(180,33,13); }

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

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

 span { border-color: rgb(180,33,13); }

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