#B03B40

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

Shades of Brick Red #B03B40

Tints of Brick Red #B03B40

Color information

#B03B40 (or 0xB03B40) is unknown color: approx Brick Red. HEX triplet: B0, 3B and 40. RGB value is (176,59,64). Sum of RGB (Red+Green+Blue) = 176+59+64=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03B40 is #4FC4BF. Grayscale: #5E5E5E. Windows color (decimal): -5227712 or 4209584. OLE color: 4209584.

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

Color convert

RGB1765964-
CMYK00.660.640.31
HSL357.44º49.79%46.08%-
HSV(B)357.44º66.48%69.02%-
XYZ20.3912.736.23-
YUV94.55110.76186.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.86%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=58.86%
G=19.73%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176596400.660.640.31357.4449.7946.08
HexB03B40042401F165322e
Octal260731000102100375456256
Binary10110000111011100000001000010100000011111101100101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B40; }

 p { color: rgb(176,59,64); }

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

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

 a { background-color: rgb(176,59,64); }

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

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

 span { border-color: rgb(176,59,64); }

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