#B5230E

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

Shades of Fire Brick #B5230E

Tints of Fire Brick #B5230E

Color information

#B5230E (or 0xB5230E) is unknown color: approx Fire Brick. HEX triplet: B5, 23 and 0E. RGB value is (181,35,14). Sum of RGB (Red+Green+Blue) = 181+35+14=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B5230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5230E is #4ADCF1. Grayscale: #4C4C4C. Windows color (decimal): -4906226 or 926645. OLE color: 926645.

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

Color convert

RGB1813514-
CMYK00.810.920.29
HSL7.54º85.64%38.24%-
HSV(B)7.54º92.27%70.98%-
XYZ19.7411.061.51-
YUV76.2692.87202.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.70%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=78.70%
G=15.22%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181351400.810.920.297.5485.6438.24
HexB523E0515C1D85626
Octal26543160121134351012646
Binary1011010110001111100101000110111001110110001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5230E; }

 p { color: rgb(181,35,14); }

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

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

 a { background-color: rgb(181,35,14); }

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

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

 span { border-color: rgb(181,35,14); }

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