#BD402D

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

Shades of Medium Carmine #BD402D

Tints of Medium Carmine #BD402D

Color information

#BD402D (or 0xBD402D) is unknown color: approx Medium Carmine. HEX triplet: BD, 40 and 2D. RGB value is (189,64,45). Sum of RGB (Red+Green+Blue) = 189+64+45=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD402D is #42BFD2. Grayscale: #636363. Windows color (decimal): -4374483 or 2965693. OLE color: 2965693.

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

Color convert

RGB1896445-
CMYK00.660.760.26
HSL7.92º61.54%45.88%-
HSV(B)7.92º76.19%74.12%-
XYZ23.2914.684.09-
YUV99.2197.41192.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=63.42%
G=21.48%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189644500.660.760.267.9261.5445.88
HexBD402D0424C1A83e2e
Octal27510055010211432107656
Binary101111011000000101101010000101001100110101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD402D; }

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

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

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

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

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

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

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

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