#B14533

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

Shades of Medium Carmine #B14533

Tints of Medium Carmine #B14533

Color information

#B14533 (or 0xB14533) is unknown color: approx Medium Carmine. HEX triplet: B1, 45 and 33. RGB value is (177,69,51). Sum of RGB (Red+Green+Blue) = 177+69+51=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B14533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14533 is #4EBACC. Grayscale: #636363. Windows color (decimal): -5159629 or 3360177. OLE color: 3360177.

HSL color Cylindrical-coordinate representation of color #B14533: hue angle of 8.57º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B14533 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1776951-
CMYK00.610.710.31
HSL8.57º55.26%44.71%-
HSV(B)8.57º71.19%69.41%-
XYZ20.8613.844.7-
YUV99.24100.78183.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=59.60%
G=23.23%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177695100.610.710.318.5755.2644.71
HexB1453303D471F9372d
Octal2611056307510737116755
Binary10110001100010111001101111011000111111111001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14533; }

 p { color: rgb(177,69,51); }

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

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

 a { background-color: rgb(177,69,51); }

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

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

 span { border-color: rgb(177,69,51); }

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