#B9413D

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

Shades of Medium Carmine #B9413D

Tints of Medium Carmine #B9413D

Color information

#B9413D (or 0xB9413D) is unknown color: approx Medium Carmine. HEX triplet: B9, 41 and 3D. RGB value is (185,65,61). Sum of RGB (Red+Green+Blue) = 185+65+61=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9413D is #46BEC2. Grayscale: #646464. Windows color (decimal): -4636355 or 4014521. OLE color: 4014521.

HSL color Cylindrical-coordinate representation of color #B9413D: hue angle of 1.94º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9413D is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1856561-
CMYK00.650.670.27
HSL1.94º50.41%48.24%-
HSV(B)1.94º67.03%72.55%-
XYZ22.7414.436-
YUV100.42105.76188.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.49%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=59.49%
G=20.90%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185656100.650.670.271.9450.4148.24
HexB9413D041431B23230
Octal2711017501011033326260
Binary1011100110000011111010100000110000111101110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9413D; }

 p { color: rgb(185,65,61); }

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

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

 a { background-color: rgb(185,65,61); }

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

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

 span { border-color: rgb(185,65,61); }

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