#B03338

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

Shades of Brick Red #B03338

Tints of Brick Red #B03338

Color information

#B03338 (or 0xB03338) is unknown color: approx Brick Red. HEX triplet: B0, 33 and 38. RGB value is (176,51,56). Sum of RGB (Red+Green+Blue) = 176+51+56=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B03338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03338 is #4FCCC7. Grayscale: #595959. Windows color (decimal): -5229768 or 3683248. OLE color: 3683248.

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

Color convert

RGB1765156-
CMYK00.710.680.31
HSL357.6º55.07%44.51%-
HSV(B)357.6º71.02%69.02%-
XYZ19.811.884.99-
YUV88.94109.41190.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.19%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=62.19%
G=18.02%
B=19.79%

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
Decimal176515600.710.680.31357.655.0744.51
HexB03338047441F166372d
Octal26063700107104375466755
Binary1011000011001111100001000111100010011111101100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03338; }

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

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

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

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

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

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

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

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