#BD3E3E

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

Shades of Medium Carmine #BD3E3E

Tints of Medium Carmine #BD3E3E

Color information

#BD3E3E (or 0xBD3E3E) is unknown color: approx Medium Carmine. HEX triplet: BD, 3E and 3E. RGB value is (189,62,62). Sum of RGB (Red+Green+Blue) = 189+62+62=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E3E is #42C1C1. Grayscale: #646464. Windows color (decimal): -4374978 or 4079293. OLE color: 4079293.

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

Color convert

RGB1896262-
CMYK00.670.670.26
HSL50.6%49.22%-
HSV(B)67.2%74.12%-
XYZ23.5814.616.14-
YUV99.97106.58191.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 62 (24.61% from 255) = 19.81%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=60.38%
G=19.81%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189626200.670.670.26050.649.22
HexBD3E3E043431A03331
Octal275767601031033206361
Binary10111101111110111110010000111000011110100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3E3E; }

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

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

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

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

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

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

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

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