#BD403E

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

Shades of Medium Carmine #BD403E

Tints of Medium Carmine #BD403E

Color information

#BD403E (or 0xBD403E) is unknown color: approx Medium Carmine. HEX triplet: BD, 40 and 3E. RGB value is (189,64,62). Sum of RGB (Red+Green+Blue) = 189+64+62=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD403E is #42BFC1. Grayscale: #656565. Windows color (decimal): -4374466 or 4079805. OLE color: 4079805.

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

Color convert

RGB1896462-
CMYK00.660.670.26
HSL0.94º50.6%49.22%-
HSV(B)0.94º67.2%74.12%-
XYZ23.6914.836.17-
YUV101.15105.91190.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 62 (24.61% from 255) = 19.68%
R=60%
G=20.32%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189646200.660.670.260.9450.649.22
HexBD403E042431A13331
Octal2751007601021033216361
Binary101111011000000111110010000101000011110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD403E; }

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

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

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

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

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

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

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

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