#B8302A

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

Shades of Fire Brick #B8302A

Tints of Fire Brick #B8302A

Color information

#B8302A (or 0xB8302A) is unknown color: approx Fire Brick. HEX triplet: B8, 30 and 2A. RGB value is (184,48,42). Sum of RGB (Red+Green+Blue) = 184+48+42=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B8302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8302A is #47CFD5. Grayscale: #585858. Windows color (decimal): -4706262 or 2764984. OLE color: 2764984.

HSL color Cylindrical-coordinate representation of color #B8302A: hue angle of 2.54º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8302A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB1844842-
CMYK00.740.770.28
HSL2.54º62.83%44.31%-
HSV(B)2.54º77.17%72.16%-
XYZ21.2412.473.48-
YUV87.98102.06196.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.15%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=67.15%
G=17.52%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184484200.740.770.282.5462.8344.31
HexB8302A04A4D1C33f2c
Octal270605201121153437754
Binary101110001100001010100100101010011011110011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8302A; }

 p { color: rgb(184,48,42); }

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

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

 a { background-color: rgb(184,48,42); }

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

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

 span { border-color: rgb(184,48,42); }

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