#BF403C

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

Shades of Medium Carmine #BF403C

Tints of Medium Carmine #BF403C

Color information

#BF403C (or 0xBF403C) is unknown color: approx Medium Carmine. HEX triplet: BF, 40 and 3C. RGB value is (191,64,60). Sum of RGB (Red+Green+Blue) = 191+64+60=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF403C is #40BFC3. Grayscale: #656565. Windows color (decimal): -4243396 or 3948735. OLE color: 3948735.

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

Color convert

RGB1916460-
CMYK00.660.690.25
HSL1.83º52.19%49.22%-
HSV(B)1.83º68.59%74.9%-
XYZ24.1315.075.91-
YUV101.52104.58191.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.63%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 60 (23.83% from 255) = 19.05%
R=60.63%
G=20.32%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191646000.660.690.251.8352.1949.22
HexBF403C042451923431
Octal2771007401021053126461
Binary1011111110000001111000100001010001011100110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF403C; }

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

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

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

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

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

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

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

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