#BD3C2B

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

Shades of Medium Carmine #BD3C2B

Tints of Medium Carmine #BD3C2B

Color information

#BD3C2B (or 0xBD3C2B) is unknown color: approx Medium Carmine. HEX triplet: BD, 3C and 2B. RGB value is (189,60,43). Sum of RGB (Red+Green+Blue) = 189+60+43=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C2B is #42C3D4. Grayscale: #606060. Windows color (decimal): -4375509 or 2833597. OLE color: 2833597.

HSL color Cylindrical-coordinate representation of color #BD3C2B: hue angle of 6.99º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3C2B is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB1896043-
CMYK00.680.770.26
HSL6.99º62.93%45.49%-
HSV(B)6.99º77.25%74.12%-
XYZ23.0414.223.82-
YUV96.6397.74193.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 60 (23.83% from 255) = 20.55%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=64.73%
G=20.55%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189604300.680.770.266.9962.9345.49
HexBD3C2B0444D1A73f2d
Octal275745301041153277755
Binary1011110111110010101101000100100110111010111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3C2B; }

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

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

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

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

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

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

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

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