#B1432E

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

Shades of Medium Carmine #B1432E

Tints of Medium Carmine #B1432E

Color information

#B1432E (or 0xB1432E) is unknown color: approx Medium Carmine. HEX triplet: B1, 43 and 2E. RGB value is (177,67,46). Sum of RGB (Red+Green+Blue) = 177+67+46=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1432E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1432E is #4EBCD1. Grayscale: #616161. Windows color (decimal): -5160146 or 3031985. OLE color: 3031985.

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

Color convert

RGB1776746-
CMYK00.620.740.31
HSL9.62º58.74%43.73%-
HSV(B)9.62º74.01%69.41%-
XYZ20.6313.564.11-
YUV97.598.94184.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.03%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=61.03%
G=23.10%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177674600.620.740.319.6258.7443.73
HexB1432E03E4A1Fa3b2c
Octal2611035607611237127354
Binary10110001100001110111001111101001010111111010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1432E; }

 p { color: rgb(177,67,46); }

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

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

 a { background-color: rgb(177,67,46); }

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

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

 span { border-color: rgb(177,67,46); }

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