#B13221

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

Shades of Fire Brick #B13221

Tints of Fire Brick #B13221

Color information

#B13221 (or 0xB13221) is unknown color: approx Fire Brick. HEX triplet: B1, 32 and 21. RGB value is (177,50,33). Sum of RGB (Red+Green+Blue) = 177+50+33=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B13221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13221 is #4ECDDE. Grayscale: #565656. Windows color (decimal): -5164511 or 2175665. OLE color: 2175665.

HSL color Cylindrical-coordinate representation of color #B13221: hue angle of 7.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B13221 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1775033-
CMYK00.720.810.31
HSL7.08º68.57%41.18%-
HSV(B)7.08º81.36%69.41%-
XYZ19.5511.742.67-
YUV86.0498.08192.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 33 (13.28% from 255) = 12.69%
R=68.08%
G=19.23%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177503300.720.810.317.0868.5741.18
HexB13221048511F74529
Octal2616241011012137710551
Binary10110001110010100001010010001010001111111111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13221; }

 p { color: rgb(177,50,33); }

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

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

 a { background-color: rgb(177,50,33); }

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

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

 span { border-color: rgb(177,50,33); }

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