#BD333D

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

Shades of Brick Red #BD333D

Tints of Brick Red #BD333D

Color information

#BD333D (or 0xBD333D) is unknown color: approx Brick Red. HEX triplet: BD, 33 and 3D. RGB value is (189,51,61). Sum of RGB (Red+Green+Blue) = 189+51+61=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD333D is #42CCC2. Grayscale: #5D5D5D. Windows color (decimal): -4377795 or 4010941. OLE color: 4010941.

HSL color Cylindrical-coordinate representation of color #BD333D: hue angle of 355.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD333D is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1895161-
CMYK00.730.680.26
HSL355.65º57.5%47.06%-
HSV(B)355.65º73.02%74.12%-
XYZ23.0113.525.81-
YUV93.4109.72196.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.79%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=62.79%
G=16.94%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189516100.730.680.26355.6557.547.06
HexBD333D049441A1643a2f
Octal27563750111104325447257
Binary1011110111001111110101001001100010011010101100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD333D; }

 p { color: rgb(189,51,61); }

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

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

 a { background-color: rgb(189,51,61); }

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

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

 span { border-color: rgb(189,51,61); }

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