#BD293A

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

Shades of Brick Red #BD293A

Tints of Brick Red #BD293A

Color information

#BD293A (or 0xBD293A) is unknown color: approx Brick Red. HEX triplet: BD, 29 and 3A. RGB value is (189,41,58). Sum of RGB (Red+Green+Blue) = 189+41+58=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD293A is #42D6C5. Grayscale: #575757. Windows color (decimal): -4380358 or 3811773. OLE color: 3811773.

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

Color convert

RGB1894158-
CMYK00.780.690.26
HSL353.11º64.35%45.1%-
HSV(B)353.11º78.31%74.12%-
XYZ22.5412.715.27-
YUV87.19111.53200.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.62%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=65.62%
G=14.24%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189415800.780.690.26353.1164.3545.1
HexBD293A04E451A161402d
Octal275517201161053254110055
Binary10111101101001111010010011101000101110101011000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD293A; }

 p { color: rgb(189,41,58); }

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

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

 a { background-color: rgb(189,41,58); }

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

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

 span { border-color: rgb(189,41,58); }

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