#B0301D

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

Shades of Fire Brick #B0301D

Tints of Fire Brick #B0301D

Color information

#B0301D (or 0xB0301D) is unknown color: approx Fire Brick. HEX triplet: B0, 30 and 1D. RGB value is (176,48,29). Sum of RGB (Red+Green+Blue) = 176+48+29=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0301D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0301D is #4FCFE2. Grayscale: #545454. Windows color (decimal): -5230563 or 1913008. OLE color: 1913008.

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

Color convert

RGB1764829-
CMYK00.730.840.31
HSL7.76º71.71%40.2%-
HSV(B)7.76º83.52%69.02%-
XYZ19.1811.432.36-
YUV84.1196.91193.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.57%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=69.57%
G=18.97%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176482900.730.840.317.7671.7140.2
HexB0301D049541F84828
Octal26060350111124371011050
Binary10110000110000111010100100110101001111110001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0301D; }

 p { color: rgb(176,48,29); }

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

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

 a { background-color: rgb(176,48,29); }

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

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

 span { border-color: rgb(176,48,29); }

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