#b43527

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

Shades of Medium Carmine #B43527

Tints of Medium Carmine #B43527

Color information

#B43527 (or 0xB43527) is unknown color: approx Medium Carmine. HEX triplet: B4, 35 and 27. RGB value is (180,53,39). Sum of RGB (Red+Green+Blue) = 180+53+39=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B43527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43527 is #4BCAD8. Grayscale: #595959. Windows color (decimal): -4967129 or 2569652. OLE color: 2569652.

HSL color Cylindrical-coordinate representation of color #B43527: hue angle of 5.96º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B43527 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1805339-
CMYK00.710.780.29
HSL5.96º64.38%42.94%-
HSV(B)5.96º78.33%70.59%-
XYZ20.4612.43.23-
YUV89.3899.58192.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.18%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=66.18%
G=19.49%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180533900.710.780.295.9664.3842.94
HexB435270474E1D6402b
Octal2646547010711635610053
Binary10110100110101100111010001111001110111011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43527; }

 p { color: rgb(180,53,39); }

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

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

 a { background-color: rgb(180,53,39); }

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

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

 span { border-color: rgb(180,53,39); }

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