#B3241A

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

Shades of Fire Brick #B3241A

Tints of Fire Brick #B3241A

Color information

#B3241A (or 0xB3241A) is unknown color: approx Fire Brick. HEX triplet: B3, 24 and 1A. RGB value is (179,36,26). Sum of RGB (Red+Green+Blue) = 179+36+26=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B3241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3241A is #4CDBE5. Grayscale: #4D4D4D. Windows color (decimal): -5037030 or 1713331. OLE color: 1713331.

HSL color Cylindrical-coordinate representation of color #B3241A: hue angle of 3.92º 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 #B3241A is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB1793626-
CMYK00.800.850.30
HSL3.92º74.63%40.2%-
HSV(B)3.92º85.47%70.2%-
XYZ19.4110.922.06-
YUV77.6298.88200.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.27%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=74.27%
G=14.94%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179362600.800.850.303.9274.6340.2
HexB3241A050551E44b28
Octal2634432012012536411350
Binary1011001110010011010010100001010101111101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3241A; }

 p { color: rgb(179,36,26); }

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

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

 a { background-color: rgb(179,36,26); }

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

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

 span { border-color: rgb(179,36,26); }

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