#BD3F3A

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

Shades of Medium Carmine #BD3F3A

Tints of Medium Carmine #BD3F3A

Color information

#BD3F3A (or 0xBD3F3A) is unknown color: approx Medium Carmine. HEX triplet: BD, 3F and 3A. RGB value is (189,63,58). Sum of RGB (Red+Green+Blue) = 189+63+58=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F3A is #42C0C5. Grayscale: #646464. Windows color (decimal): -4374726 or 3817405. OLE color: 3817405.

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

Color convert

RGB1896358-
CMYK00.670.690.26
HSL2.29º53.04%48.43%-
HSV(B)2.29º69.31%74.12%-
XYZ23.5314.685.6-
YUV100.1104.24191.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.97%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=60.97%
G=20.32%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189635800.670.690.262.2953.0448.43
HexBD3F3A043451A23530
Octal275777201031053226560
Binary101111011111111110100100001110001011101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3F3A; }

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

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

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

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

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

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

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

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