#BD283B

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

Shades of Brick Red #BD283B

Tints of Brick Red #BD283B

Color information

#BD283B (or 0xBD283B) is unknown color: approx Brick Red. HEX triplet: BD, 28 and 3B. RGB value is (189,40,59). Sum of RGB (Red+Green+Blue) = 189+40+59=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD283B is #42D7C4. Grayscale: #565656. Windows color (decimal): -4380613 or 3877053. OLE color: 3877053.

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

Color convert

RGB1894059-
CMYK00.790.690.26
HSL352.35º65.07%44.9%-
HSV(B)352.35º78.84%74.12%-
XYZ22.5312.655.39-
YUV86.72112.36200.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.62%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 59 (23.44% from 255) = 20.49%
R=65.62%
G=13.89%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189405900.790.690.26352.3565.0744.9
HexBD283B04F451A160412d
Octal275507301171053254010155
Binary10111101101000111011010011111000101110101011000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD283B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD283B; }

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

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

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

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

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

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

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

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