#BD283E

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

Shades of Brick Red #BD283E

Tints of Brick Red #BD283E

Color information

#BD283E (or 0xBD283E) is unknown color: approx Brick Red. HEX triplet: BD, 28 and 3E. RGB value is (189,40,62). Sum of RGB (Red+Green+Blue) = 189+40+62=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD283E is #42D7C1. Grayscale: #575757. Windows color (decimal): -4380610 or 4073661. OLE color: 4073661.

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

Color convert

RGB1894062-
CMYK00.790.670.26
HSL351.14º65.07%44.9%-
HSV(B)351.14º78.84%74.12%-
XYZ22.6112.685.81-
YUV87.06113.86200.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.95%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=64.95%
G=13.75%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189406200.790.670.26351.1465.0744.9
HexBD283E04F431A15f412d
Octal275507601171033253710155
Binary10111101101000111110010011111000011110101010111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD283E; }

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

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

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

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

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

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

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

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