#B3260B

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

Shades of Fire Brick #B3260B

Tints of Fire Brick #B3260B

Color information

#B3260B (or 0xB3260B) is unknown color: approx Fire Brick. HEX triplet: B3, 26 and 0B. RGB value is (179,38,11). Sum of RGB (Red+Green+Blue) = 179+38+11=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B3260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3260B is #4CD9F4. Grayscale: #4D4D4D. Windows color (decimal): -5036533 or 730803. OLE color: 730803.

HSL color Cylindrical-coordinate representation of color #B3260B: hue angle of 9.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3260B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1793811-
CMYK00.790.940.30
HSL9.64º88.42%37.25%-
HSV(B)9.64º93.85%70.2%-
XYZ19.3410.991.42-
YUV77.0890.71200.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 78.51%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 11 (4.69% from 255) = 4.82%
R=78.51%
G=16.67%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179381100.790.940.309.6488.4237.25
HexB326B04F5E1Ea5825
Octal26346130117136361213045
Binary1011001110011010110100111110111101111010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3260B; }

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

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

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

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

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

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

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

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