#B4301E

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

Shades of Fire Brick #B4301E

Tints of Fire Brick #B4301E

Color information

#B4301E (or 0xB4301E) is unknown color: approx Fire Brick. HEX triplet: B4, 30 and 1E. RGB value is (180,48,30). Sum of RGB (Red+Green+Blue) = 180+48+30=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B4301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4301E is #4BCFE1. Grayscale: #555555. Windows color (decimal): -4968418 or 1978548. OLE color: 1978548.

HSL color Cylindrical-coordinate representation of color #B4301E: hue angle of 7.2º degrees, saturation: 0.71, 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 #B4301E is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1804830-
CMYK00.730.830.29
HSL7.2º71.43%41.18%-
HSV(B)7.2º83.33%70.59%-
XYZ20.1111.912.47-
YUV85.4296.73195.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.77%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=69.77%
G=18.60%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180483000.730.830.297.271.4341.18
HexB4301E049531D74729
Octal2646036011112335710751
Binary1011010011000011110010010011010011111011111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4301E; }

 p { color: rgb(180,48,30); }

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

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

 a { background-color: rgb(180,48,30); }

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

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

 span { border-color: rgb(180,48,30); }

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