#B1333D

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

Shades of Brick Red #B1333D

Tints of Brick Red #B1333D

Color information

#B1333D (or 0xB1333D) is unknown color: approx Brick Red. HEX triplet: B1, 33 and 3D. RGB value is (177,51,61). Sum of RGB (Red+Green+Blue) = 177+51+61=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1333D is #4ECCC2. Grayscale: #595959. Windows color (decimal): -5164227 or 4010929. OLE color: 4010929.

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

Color convert

RGB1775161-
CMYK00.710.660.31
HSL355.24º55.26%44.71%-
HSV(B)355.24º71.19%69.41%-
XYZ20.1612.055.68-
YUV89.81111.74190.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=61.25%
G=17.65%
B=21.11%

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
Decimal177516100.710.660.31355.2455.2644.71
HexB1333D047421F163372d
Octal26163750107102375436755
Binary1011000111001111110101000111100001011111101100011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1333D; }

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

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

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

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

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

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

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

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