#B4180C

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

Shades of Fire Brick #B4180C

Tints of Fire Brick #B4180C

Color information

#B4180C (or 0xB4180C) is unknown color: approx Fire Brick. HEX triplet: B4, 18 and 0C. RGB value is (180,24,12). Sum of RGB (Red+Green+Blue) = 180+24+12=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B4180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4180C is #4BE7F3. Grayscale: #454545. Windows color (decimal): -4974580 or 792756. OLE color: 792756.

HSL color Cylindrical-coordinate representation of color #B4180C: hue angle of 4.29º degrees, saturation: 0.88, 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 #B4180C is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1802412-
CMYK00.870.930.29
HSL4.29º87.5%37.65%-
HSV(B)4.29º93.33%70.59%-
XYZ19.2210.381.34-
YUV69.2895.68206.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.33%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 12 (5.08% from 255) = 5.56%
R=83.33%
G=11.11%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180241200.870.930.294.2987.537.65
HexB418C0575D1D45826
Octal2643014012713535413046
Binary10110100110001100010101111011101111011001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4180C; }

 p { color: rgb(180,24,12); }

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

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

 a { background-color: rgb(180,24,12); }

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

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

 span { border-color: rgb(180,24,12); }

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