#BD3F3D

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

Shades of Medium Carmine #BD3F3D

Tints of Medium Carmine #BD3F3D

Color information

#BD3F3D (or 0xBD3F3D) is unknown color: approx Medium Carmine. HEX triplet: BD, 3F and 3D. RGB value is (189,63,61). Sum of RGB (Red+Green+Blue) = 189+63+61=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F3D is #42C0C2. Grayscale: #646464. Windows color (decimal): -4374723 or 4014013. OLE color: 4014013.

HSL color Cylindrical-coordinate representation of color #BD3F3D: 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.68%. Process color model (Four color, CMYK) of #BD3F3D is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1896361-
CMYK00.670.680.26
HSL0.94º51.2%49.02%-
HSV(B)0.94º67.72%74.12%-
XYZ23.6114.716.01-
YUV100.45105.74191.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=60.38%
G=20.13%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189636100.670.680.260.9451.249.02
HexBD3F3D043441A13331
Octal275777501031043216361
Binary10111101111111111101010000111000100110101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F3D; }

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

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

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

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

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

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

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

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