#BD3A29

Color #BD3A29 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BD3A29

Tints of Medium Carmine #BD3A29

Color information

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

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

Color convert

RGB1895841-
CMYK00.690.780.26
HSL6.89º64.35%45.1%-
HSV(B)6.89º78.31%74.12%-
XYZ22.914.013.59-
YUV95.2397.4194.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189584100.690.780.266.8964.3545.1
HexBD3A290454E1A7402d
Octal2757251010511632710055
Binary10111101111010101001010001011001110110101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3A29; }

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

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

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

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

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

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

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

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