#B0341E

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

Shades of Fire Brick #B0341E

Tints of Fire Brick #B0341E

Color information

#B0341E (or 0xB0341E) is unknown color: approx Fire Brick. HEX triplet: B0, 34 and 1E. RGB value is (176,52,30). Sum of RGB (Red+Green+Blue) = 176+52+30=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0341E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0341E is #4FCBE1. Grayscale: #565656. Windows color (decimal): -5229538 or 1979568. OLE color: 1979568.

HSL color Cylindrical-coordinate representation of color #B0341E: hue angle of 9.04º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0341E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1765230-
CMYK00.700.830.31
HSL9.04º70.87%40.39%-
HSV(B)9.04º82.95%69.02%-
XYZ19.3711.782.48-
YUV86.5796.08191.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.22%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=68.22%
G=20.16%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176523000.700.830.319.0470.8740.39
HexB0341E046531F94728
Octal26064360106123371110750
Binary10110000110100111100100011010100111111110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0341E; }

 p { color: rgb(176,52,30); }

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

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

 a { background-color: rgb(176,52,30); }

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

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

 span { border-color: rgb(176,52,30); }

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