#B3261A

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

Shades of Fire Brick #B3261A

Tints of Fire Brick #B3261A

Color information

#B3261A (or 0xB3261A) is unknown color: approx Fire Brick. HEX triplet: B3, 26 and 1A. RGB value is (179,38,26). Sum of RGB (Red+Green+Blue) = 179+38+26=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B3261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3261A is #4CD9E5. Grayscale: #4E4E4E. Windows color (decimal): -5036518 or 1713843. OLE color: 1713843.

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

Color convert

RGB1793826-
CMYK00.790.850.30
HSL4.71º74.63%40.2%-
HSV(B)4.71º85.47%70.2%-
XYZ19.4711.042.08-
YUV78.7998.21199.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.66%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=73.66%
G=15.64%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179382600.790.850.304.7174.6340.2
HexB3261A04F551E54b28
Octal2634632011712536511350
Binary1011001110011011010010011111010101111101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3261A; }

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

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

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

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

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

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

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

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