#B5281E

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

Shades of Fire Brick #B5281E

Tints of Fire Brick #B5281E

Color information

#B5281E (or 0xB5281E) is unknown color: approx Fire Brick. HEX triplet: B5, 28 and 1E. RGB value is (181,40,30). Sum of RGB (Red+Green+Blue) = 181+40+30=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B5281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5281E is #4AD7E1. Grayscale: #515151. Windows color (decimal): -4904930 or 1976501. OLE color: 1976501.

HSL color Cylindrical-coordinate representation of color #B5281E: hue angle of 3.97º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5281E is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1814030-
CMYK00.780.830.29
HSL3.97º71.56%41.37%-
HSV(B)3.97º83.43%70.98%-
XYZ20.0511.442.38-
YUV81.0299.21199.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.11%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=72.11%
G=15.94%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181403000.780.830.293.9771.5641.37
HexB5281E04E531D44829
Octal2655036011612335411051
Binary1011010110100011110010011101010011111011001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5281E; }

 p { color: rgb(181,40,30); }

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

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

 a { background-color: rgb(181,40,30); }

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

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

 span { border-color: rgb(181,40,30); }

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