#B1221A

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

Shades of Fire Brick #B1221A

Tints of Fire Brick #B1221A

Color information

#B1221A (or 0xB1221A) is unknown color: approx Fire Brick. HEX triplet: B1, 22 and 1A. RGB value is (177,34,26). Sum of RGB (Red+Green+Blue) = 177+34+26=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B1221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1221A is #4EDDE5. Grayscale: #4C4C4C. Windows color (decimal): -5168614 or 1712817. OLE color: 1712817.

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

Color convert

RGB1773426-
CMYK00.810.850.31
HSL3.18º74.38%39.8%-
HSV(B)3.18º85.31%69.41%-
XYZ18.8910.572.02-
YUV75.8499.88200.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.68%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=74.68%
G=14.35%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177342600.810.850.313.1874.3839.8
HexB1221A051551F34a28
Octal2614232012112537311250
Binary101100011000101101001010001101010111111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1221A; }

 p { color: rgb(177,34,26); }

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

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

 a { background-color: rgb(177,34,26); }

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

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

 span { border-color: rgb(177,34,26); }

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