#B1343C

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

Shades of Brick Red #B1343C

Tints of Brick Red #B1343C

Color information

#B1343C (or 0xB1343C) is unknown color: approx Brick Red. HEX triplet: B1, 34 and 3C. RGB value is (177,52,60). Sum of RGB (Red+Green+Blue) = 177+52+60=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1343C is #4ECBC3. Grayscale: #5A5A5A. Windows color (decimal): -5163972 or 3945649. OLE color: 3945649.

HSL color Cylindrical-coordinate representation of color #B1343C: hue angle of 356.16º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1343C is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1775260-
CMYK00.710.660.31
HSL356.16º54.59%44.9%-
HSV(B)356.16º70.62%69.41%-
XYZ20.1812.135.55-
YUV90.29110.91189.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 60 (23.83% from 255) = 20.76%
R=61.25%
G=17.99%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177526000.710.660.31356.1654.5944.9
HexB1343C047421F164372d
Octal26164740107102375446755
Binary1011000111010011110001000111100001011111101100100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1343C; }

 p { color: rgb(177,52,60); }

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

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

 a { background-color: rgb(177,52,60); }

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

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

 span { border-color: rgb(177,52,60); }

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