#BD3F3C

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

Shades of Medium Carmine #BD3F3C

Tints of Medium Carmine #BD3F3C

Color information

#BD3F3C (or 0xBD3F3C) is unknown color: approx Medium Carmine. HEX triplet: BD, 3F and 3C. RGB value is (189,63,60). Sum of RGB (Red+Green+Blue) = 189+63+60=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F3C is #42C0C3. Grayscale: #646464. Windows color (decimal): -4374724 or 3948477. OLE color: 3948477.

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

Color convert

RGB1896360-
CMYK00.670.680.26
HSL1.4º51.81%48.82%-
HSV(B)1.4º68.25%74.12%-
XYZ23.5814.75.87-
YUV100.33105.24191.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.58%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=60.58%
G=20.19%
B=19.23%

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
Decimal189636000.670.680.261.451.8148.82
HexBD3F3C043441A13431
Octal275777401031043216461
Binary10111101111111111100010000111000100110101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F3C; }

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

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

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

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

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

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

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

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