#B41D0A

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

Shades of Fire Brick #B41D0A

Tints of Fire Brick #B41D0A

Color information

#B41D0A (or 0xB41D0A) is unknown color: approx Fire Brick. HEX triplet: B4, 1D and 0A. RGB value is (180,29,10). Sum of RGB (Red+Green+Blue) = 180+29+10=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41D0A is #4BE2F5. Grayscale: #484848. Windows color (decimal): -4973302 or 662964. OLE color: 662964.

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

Color convert

RGB1802910-
CMYK00.840.940.29
HSL6.71º89.47%37.25%-
HSV(B)6.71º94.44%70.59%-
XYZ19.3210.61.32-
YUV71.9893.03205.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 82.19%
GREEN value IS 29 (11.72% from 255) = 13.24%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=82.19%
G=13.24%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180291000.840.940.296.7189.4737.25
HexB41DA0545E1D75925
Octal2643512012413635713145
Binary10110100111011010010101001011110111011111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41D0A; }

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

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

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

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

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

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

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

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