#B13239

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

Shades of Brick Red #B13239

Tints of Brick Red #B13239

Color information

#B13239 (or 0xB13239) is unknown color: approx Brick Red. HEX triplet: B1, 32 and 39. RGB value is (177,50,57). Sum of RGB (Red+Green+Blue) = 177+50+57=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B13239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13239 is #4ECDC6. Grayscale: #585858. Windows color (decimal): -5164487 or 3748529. OLE color: 3748529.

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

Color convert

RGB1775057-
CMYK00.720.680.31
HSL356.69º55.95%44.51%-
HSV(B)356.69º71.75%69.41%-
XYZ20.0111.925.12-
YUV88.77110.08190.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 57 (22.66% from 255) = 20.07%
R=62.32%
G=17.61%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177505700.720.680.31356.6955.9544.51
HexB13239048441F165382d
Octal26162710110104375457055
Binary1011000111001011100101001000100010011111101100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13239; }

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

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

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

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

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

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

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

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