#BF3C29

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

Shades of Medium Carmine #BF3C29

Tints of Medium Carmine #BF3C29

Color information

#BF3C29 (or 0xBF3C29) is unknown color: approx Medium Carmine. HEX triplet: BF, 3C and 29. RGB value is (191,60,41). Sum of RGB (Red+Green+Blue) = 191+60+41=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C29 is #40C3D6. Grayscale: #616161. Windows color (decimal): -4244439 or 2702527. OLE color: 2702527.

HSL color Cylindrical-coordinate representation of color #BF3C29: hue angle of 7.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF3C29 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1916041-
CMYK00.690.790.25
HSL7.6º64.66%45.49%-
HSV(B)7.6º78.53%74.9%-
XYZ23.514.473.65-
YUV9796.4195.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.41%
GREEN value IS 60 (23.83% from 255) = 20.55%
BLUE value IS 41 (16.41% from 255) = 14.04%
R=65.41%
G=20.55%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191604100.690.790.257.664.6645.49
HexBF3C290454F198412d
Octal27774510105117311010155
Binary101111111111001010010100010110011111100110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3C29; }

 p { color: rgb(191,60,41); }

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

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

 a { background-color: rgb(191,60,41); }

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

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

 span { border-color: rgb(191,60,41); }

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