#BD3A2E

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

Shades of Medium Carmine #BD3A2E

Tints of Medium Carmine #BD3A2E

Color information

#BD3A2E (or 0xBD3A2E) is unknown color: approx Medium Carmine. HEX triplet: BD, 3A and 2E. RGB value is (189,58,46). Sum of RGB (Red+Green+Blue) = 189+58+46=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3A2E is #42C5D1. Grayscale: #5F5F5F. Windows color (decimal): -4376018 or 3029693. OLE color: 3029693.

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

Color convert

RGB1895846-
CMYK00.690.760.26
HSL5.03º60.85%46.08%-
HSV(B)5.03º75.66%74.12%-
XYZ22.9914.044.08-
YUV95.899.9194.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 46 (18.36% from 255) = 15.70%
R=64.51%
G=19.80%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189584600.690.760.265.0360.8546.08
HexBD3A2E0454C1A53d2e
Octal275725601051143257556
Binary1011110111101010111001000101100110011010101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3A2E; }

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

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

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

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

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

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

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

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