#B41815

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

Shades of Fire Brick #B41815

Tints of Fire Brick #B41815

Color information

#B41815 (or 0xB41815) is unknown color: approx Fire Brick. HEX triplet: B4, 18 and 15. RGB value is (180,24,21). Sum of RGB (Red+Green+Blue) = 180+24+21=225 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 180 - color contains mainly: red. Hex color #B41815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41815 is #4BE7EA. Grayscale: #464646. Windows color (decimal): -4974571 or 1382580. OLE color: 1382580.

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

Color convert

RGB1802421-
CMYK00.870.880.29
HSL1.13º79.1%39.41%-
HSV(B)1.13º88.33%70.59%-
XYZ19.2810.411.7-
YUV70.3100.18206.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 80%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=80%
G=10.67%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180242100.870.880.291.1379.139.41
HexB41815057581D14f27
Octal2643025012713035111747
Binary1011010011000101010101011110110001110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41815; }

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

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

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

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

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

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

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

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