#BD333C

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

Shades of Brick Red #BD333C

Tints of Brick Red #BD333C

Color information

#BD333C (or 0xBD333C) is unknown color: approx Brick Red. HEX triplet: BD, 33 and 3C. RGB value is (189,51,60). Sum of RGB (Red+Green+Blue) = 189+51+60=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD333C is #42CCC3. Grayscale: #5D5D5D. Windows color (decimal): -4377796 or 3945405. OLE color: 3945405.

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

Color convert

RGB1895160-
CMYK00.730.680.26
HSL356.09º57.5%47.06%-
HSV(B)356.09º73.02%74.12%-
XYZ22.9913.515.67-
YUV93.29109.22196.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 60 (23.83% from 255) = 20%
R=63%
G=17%
B=20%

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
Decimal189516000.730.680.26356.0957.547.06
HexBD333C049441A1643a2f
Octal27563740111104325447257
Binary1011110111001111110001001001100010011010101100100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD333C; }

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

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

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

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

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

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

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

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