#BD403C

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

Shades of Medium Carmine #BD403C

Tints of Medium Carmine #BD403C

Color information

#BD403C (or 0xBD403C) is unknown color: approx Medium Carmine. HEX triplet: BD, 40 and 3C. RGB value is (189,64,60). Sum of RGB (Red+Green+Blue) = 189+64+60=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD403C is #42BFC3. Grayscale: #656565. Windows color (decimal): -4374468 or 3948733. OLE color: 3948733.

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

Color convert

RGB1896460-
CMYK00.660.680.26
HSL1.86º51.81%48.82%-
HSV(B)1.86º68.25%74.12%-
XYZ23.6414.815.89-
YUV100.92104.91190.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=60.38%
G=20.45%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189646000.660.680.261.8651.8148.82
HexBD403C042441A23431
Octal2751007401021043226461
Binary1011110110000001111000100001010001001101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD403C; }

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

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

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

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

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

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

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

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