#B41710

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

Shades of Fire Brick #B41710

Tints of Fire Brick #B41710

Color information

#B41710 (or 0xB41710) is unknown color: approx Fire Brick. HEX triplet: B4, 17 and 10. RGB value is (180,23,16). Sum of RGB (Red+Green+Blue) = 180+23+16=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B41710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41710 is #4BE8EF. Grayscale: #454545. Windows color (decimal): -4974832 or 1054644. OLE color: 1054644.

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

Color convert

RGB1802316-
CMYK00.870.910.29
HSL2.56º83.67%38.43%-
HSV(B)2.56º91.11%70.59%-
XYZ19.2210.351.48-
YUV69.1498.01207.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 82.19%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 16 (6.64% from 255) = 7.31%
R=82.19%
G=10.50%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180231600.870.910.292.5683.6738.43
HexB417100575B1D35426
Octal2642720012713335312446
Binary10110100101111000001010111101101111101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41710; }

 p { color: rgb(180,23,16); }

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

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

 a { background-color: rgb(180,23,16); }

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

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

 span { border-color: rgb(180,23,16); }

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