#B03339

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

Shades of Brick Red #B03339

Tints of Brick Red #B03339

Color information

#B03339 (or 0xB03339) is unknown color: approx Brick Red. HEX triplet: B0, 33 and 39. RGB value is (176,51,57). Sum of RGB (Red+Green+Blue) = 176+51+57=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B03339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03339 is #4FCCC6. Grayscale: #595959. Windows color (decimal): -5229767 or 3748784. OLE color: 3748784.

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

Color convert

RGB1765157-
CMYK00.710.680.31
HSL357.12º55.07%44.51%-
HSV(B)357.12º71.02%69.02%-
XYZ19.8311.895.12-
YUV89.06109.91190.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.97%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 57 (22.66% from 255) = 20.07%
R=61.97%
G=17.96%
B=20.07%

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
Decimal176515700.710.680.31357.1255.0744.51
HexB03339047441F165372d
Octal26063710107104375456755
Binary1011000011001111100101000111100010011111101100101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03339; }

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

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

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

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

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

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

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

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