#BD2840

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

Shades of Brick Red #BD2840

Tints of Brick Red #BD2840

Color information

#BD2840 (or 0xBD2840) is unknown color: approx Brick Red. HEX triplet: BD, 28 and 40. RGB value is (189,40,64). Sum of RGB (Red+Green+Blue) = 189+40+64=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2840 is #42D7BF. Grayscale: #575757. Windows color (decimal): -4380608 or 4204733. OLE color: 4204733.

HSL color Cylindrical-coordinate representation of color #BD2840: hue angle of 350.34º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2840 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1894064-
CMYK00.790.660.26
HSL350.34º65.07%44.9%-
HSV(B)350.34º78.84%74.12%-
XYZ22.6712.716.11-
YUV87.29114.86200.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=64.51%
G=13.65%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189406400.790.660.26350.3465.0744.9
HexBD284004F421A15e412d
Octal2755010001171023253610155
Binary101111011010001000000010011111000010110101010111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2840; }

 p { color: rgb(189,40,64); }

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

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

 a { background-color: rgb(189,40,64); }

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

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

 span { border-color: rgb(189,40,64); }

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