#B41D12

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

Shades of Fire Brick #B41D12

Tints of Fire Brick #B41D12

Color information

#B41D12 (or 0xB41D12) is unknown color: approx Fire Brick. HEX triplet: B4, 1D and 12. RGB value is (180,29,18). Sum of RGB (Red+Green+Blue) = 180+29+18=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41D12 is #4BE2ED. Grayscale: #494949. Windows color (decimal): -4973294 or 1187252. OLE color: 1187252.

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

Color convert

RGB1802918-
CMYK00.840.90.29
HSL4.07º81.82%38.82%-
HSV(B)4.07º90%70.59%-
XYZ19.3710.631.6-
YUV72.997.03204.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 79.30%
GREEN value IS 29 (11.72% from 255) = 12.78%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=79.30%
G=12.78%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180291800.840.90.294.0781.8238.82
HexB41D120545A1D45227
Octal2643522012413235412247
Binary101101001110110010010101001011010111011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41D12; }

 p { color: rgb(180,29,18); }

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

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

 a { background-color: rgb(180,29,18); }

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

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

 span { border-color: rgb(180,29,18); }

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