#B1433E

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

Shades of Medium Carmine #B1433E

Tints of Medium Carmine #B1433E

Color information

#B1433E (or 0xB1433E) is unknown color: approx Medium Carmine. HEX triplet: B1, 43 and 3E. RGB value is (177,67,62). Sum of RGB (Red+Green+Blue) = 177+67+62=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1433E is #4EBCC1. Grayscale: #636363. Windows color (decimal): -5160130 or 4080561. OLE color: 4080561.

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

Color convert

RGB1776762-
CMYK00.620.650.31
HSL2.61º48.12%46.86%-
HSV(B)2.61º64.97%69.41%-
XYZ21.0113.716.1-
YUV99.32106.94183.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=57.84%
G=21.90%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177676200.620.650.312.6148.1246.86
HexB1433E03E411F3302f
Octal261103760761013736057
Binary101100011000011111110011111010000011111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1433E; }

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

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

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

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

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

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

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

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