#B13339

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

Shades of Brick Red #B13339

Tints of Brick Red #B13339

Color information

#B13339 (or 0xB13339) is unknown color: approx Brick Red. HEX triplet: B1, 33 and 39. RGB value is (177,51,57). Sum of RGB (Red+Green+Blue) = 177+51+57=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B13339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13339 is #4ECCC6. Grayscale: #595959. Windows color (decimal): -5164231 or 3748785. OLE color: 3748785.

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

Color convert

RGB1775157-
CMYK00.710.680.31
HSL357.14º55.26%44.71%-
HSV(B)357.14º71.19%69.41%-
XYZ20.0512.015.13-
YUV89.36109.74190.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 57 (22.66% from 255) = 20%
R=62.11%
G=17.89%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177515700.710.680.31357.1455.2644.71
HexB13339047441F165372d
Octal26163710107104375456755
Binary1011000111001111100101000111100010011111101100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13339; }

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

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

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

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

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

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

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

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