#B2301A

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

Shades of Fire Brick #B2301A

Tints of Fire Brick #B2301A

Color information

#B2301A (or 0xB2301A) is unknown color: approx Fire Brick. HEX triplet: B2, 30 and 1A. RGB value is (178,48,26). Sum of RGB (Red+Green+Blue) = 178+48+26=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B2301A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2301A is #4DCFE5. Grayscale: #545454. Windows color (decimal): -5099494 or 1716402. OLE color: 1716402.

HSL color Cylindrical-coordinate representation of color #B2301A: hue angle of 8.68º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2301A is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1784826-
CMYK00.730.850.30
HSL8.68º74.51%40%-
HSV(B)8.68º85.39%69.8%-
XYZ19.611.652.19-
YUV84.3695.07194.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 70.63%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=70.63%
G=19.05%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178482600.730.850.308.6874.5140
HexB2301A049551E94b28
Octal26260320111125361111350
Binary10110010110000110100100100110101011111010011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2301A; }

 p { color: rgb(178,48,26); }

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

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

 a { background-color: rgb(178,48,26); }

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

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

 span { border-color: rgb(178,48,26); }

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