#B1462D

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

Shades of Medium Carmine #B1462D

Tints of Medium Carmine #B1462D

Color information

#B1462D (or 0xB1462D) is unknown color: approx Medium Carmine. HEX triplet: B1, 46 and 2D. RGB value is (177,70,45). Sum of RGB (Red+Green+Blue) = 177+70+45=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1462D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1462D is #4EB9D2. Grayscale: #636363. Windows color (decimal): -5159379 or 2967217. OLE color: 2967217.

HSL color Cylindrical-coordinate representation of color #B1462D: hue angle of 11.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1462D is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1777045-
CMYK00.600.750.31
HSL11.36º59.46%43.53%-
HSV(B)11.36º74.58%69.41%-
XYZ20.813.924.07-
YUV99.1497.45183.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 45 (17.97% from 255) = 15.41%
R=60.62%
G=23.97%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177704500.600.750.3111.3659.4643.53
HexB1462D03C4B1Fb3b2c
Octal2611065507411337137354
Binary10110001100011010110101111001001011111111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1462D; }

 p { color: rgb(177,70,45); }

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

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

 a { background-color: rgb(177,70,45); }

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

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

 span { border-color: rgb(177,70,45); }

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