#B1353E

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

Shades of Brick Red #B1353E

Tints of Brick Red #B1353E

Color information

#B1353E (or 0xB1353E) is unknown color: approx Brick Red. HEX triplet: B1, 35 and 3E. RGB value is (177,53,62). Sum of RGB (Red+Green+Blue) = 177+53+62=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1353E is #4ECAC1. Grayscale: #5B5B5B. Windows color (decimal): -5163714 or 4076977. OLE color: 4076977.

HSL color Cylindrical-coordinate representation of color #B1353E: hue angle of 355.65º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1353E is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB1775362-
CMYK00.700.650.31
HSL355.65º53.91%45.1%-
HSV(B)355.65º70.06%69.41%-
XYZ20.2712.245.85-
YUV91.1111.58189.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=60.62%
G=18.15%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177536200.700.650.31355.6553.9145.1
HexB1353E046411F164362d
Octal26165760106101375446655
Binary1011000111010111111001000110100000111111101100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1353E; }

 p { color: rgb(177,53,62); }

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

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

 a { background-color: rgb(177,53,62); }

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

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

 span { border-color: rgb(177,53,62); }

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