#B41B09

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

Shades of Fire Brick #B41B09

Tints of Fire Brick #B41B09

Color information

#B41B09 (or 0xB41B09) is unknown color: approx Fire Brick. HEX triplet: B4, 1B and 09. RGB value is (180,27,9). Sum of RGB (Red+Green+Blue) = 180+27+9=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41B09 is #4BE4F6. Grayscale: #464646. Windows color (decimal): -4973815 or 596916. OLE color: 596916.

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

Color convert

RGB180279-
CMYK00.850.950.29
HSL6.32º90.48%37.06%-
HSV(B)6.32º95%70.59%-
XYZ19.2610.511.27-
YUV70.6993.19205.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 83.33%
GREEN value IS 27 (10.94% from 255) = 12.5%
BLUE value IS 9 (3.91% from 255) = 4.17%
R=83.33%
G=12.5%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18027900.850.950.296.3290.4837.06
HexB41B90555F1D65a25
Octal2643311012513735613245
Binary10110100110111001010101011011111111011101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41B09; }

 p { color: rgb(180,27,9); }

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

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

 a { background-color: rgb(180,27,9); }

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

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

 span { border-color: rgb(180,27,9); }

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