#B1333A

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

Shades of Brick Red #B1333A

Tints of Brick Red #B1333A

Color information

#B1333A (or 0xB1333A) is unknown color: approx Brick Red. HEX triplet: B1, 33 and 3A. RGB value is (177,51,58). Sum of RGB (Red+Green+Blue) = 177+51+58=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1333A is #4ECCC5. Grayscale: #595959. Windows color (decimal): -5164230 or 3814321. OLE color: 3814321.

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

Color convert

RGB1775158-
CMYK00.710.670.31
HSL356.67º55.26%44.71%-
HSV(B)356.67º71.19%69.41%-
XYZ20.0812.025.26-
YUV89.47110.24190.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=61.89%
G=17.83%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177515800.710.670.31356.6755.2644.71
HexB1333A047431F165372d
Octal26163720107103375456755
Binary1011000111001111101001000111100001111111101100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1333A; }

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

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

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

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

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

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

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

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