#BD3B3A

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

Shades of Medium Carmine #BD3B3A

Tints of Medium Carmine #BD3B3A

Color information

#BD3B3A (or 0xBD3B3A) is unknown color: approx Medium Carmine. HEX triplet: BD, 3B and 3A. RGB value is (189,59,58). Sum of RGB (Red+Green+Blue) = 189+59+58=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B3A is #42C4C5. Grayscale: #616161. Windows color (decimal): -4375750 or 3816381. OLE color: 3816381.

HSL color Cylindrical-coordinate representation of color #BD3B3A: hue angle of 0.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3B3A is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB1895958-
CMYK00.690.690.26
HSL0.46º53.04%48.43%-
HSV(B)0.46º69.31%74.12%-
XYZ23.3114.255.53-
YUV97.76105.57193.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 58 (23.05% from 255) = 18.95%
R=61.76%
G=19.28%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189595800.690.690.260.4653.0448.43
HexBD3B3A045451A03530
Octal275737201051053206560
Binary10111101111011111010010001011000101110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3B3A; }

 p { color: rgb(189,59,58); }

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

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

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

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

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

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

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