#BD3D3C

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

Shades of Medium Carmine #BD3D3C

Tints of Medium Carmine #BD3D3C

Color information

#BD3D3C (or 0xBD3D3C) is unknown color: approx Medium Carmine. HEX triplet: BD, 3D and 3C. RGB value is (189,61,60). Sum of RGB (Red+Green+Blue) = 189+61+60=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D3C is #42C2C3. Grayscale: #636363. Windows color (decimal): -4375236 or 3947965. OLE color: 3947965.

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

Color convert

RGB1896160-
CMYK00.680.680.26
HSL0.47º51.81%48.82%-
HSV(B)0.47º68.25%74.12%-
XYZ23.4714.485.83-
YUV99.16105.91192.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.97%
GREEN value IS 61 (24.22% from 255) = 19.68%
BLUE value IS 60 (23.83% from 255) = 19.35%
R=60.97%
G=19.68%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189616000.680.680.260.4751.8148.82
HexBD3D3C044441A03431
Octal275757401041043206461
Binary10111101111101111100010001001000100110100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3D3C; }

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

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

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

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

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

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

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

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