#BD3F2D

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

Shades of Medium Carmine #BD3F2D

Tints of Medium Carmine #BD3F2D

Color information

#BD3F2D (or 0xBD3F2D) is unknown color: approx Medium Carmine. HEX triplet: BD, 3F and 2D. RGB value is (189,63,45). Sum of RGB (Red+Green+Blue) = 189+63+45=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F2D is #42C0D2. Grayscale: #626262. Windows color (decimal): -4374739 or 2965437. OLE color: 2965437.

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

Color convert

RGB1896345-
CMYK00.670.760.26
HSL7.5º61.54%45.88%-
HSV(B)7.5º76.19%74.12%-
XYZ23.2414.564.07-
YUV98.6297.74192.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=63.64%
G=21.21%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189634500.670.760.267.561.5445.88
HexBD3F2D0434C1A83e2e
Octal2757755010311432107656
Binary10111101111111101101010000111001100110101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F2D; }

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

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

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

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

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

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

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

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