#B1353D

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

Shades of Brick Red #B1353D

Tints of Brick Red #B1353D

Color information

#B1353D (or 0xB1353D) is unknown color: approx Brick Red. HEX triplet: B1, 35 and 3D. RGB value is (177,53,61). Sum of RGB (Red+Green+Blue) = 177+53+61=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1353D is #4ECAC2. Grayscale: #5B5B5B. Windows color (decimal): -5163715 or 4011441. OLE color: 4011441.

HSL color Cylindrical-coordinate representation of color #B1353D: hue angle of 356.13º 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 #B1353D is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1775361-
CMYK00.700.660.31
HSL356.13º53.91%45.1%-
HSV(B)356.13º70.06%69.41%-
XYZ20.2512.235.71-
YUV90.99111.08189.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 61 (24.22% from 255) = 20.96%
R=60.82%
G=18.21%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177536100.700.660.31356.1353.9145.1
HexB1353D046421F164362d
Octal26165750106102375446655
Binary1011000111010111110101000110100001011111101100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1353D; }

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

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

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

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

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

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

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

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