#B43627

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

Shades of Medium Carmine #B43627

Tints of Medium Carmine #B43627

Color information

#B43627 (or 0xB43627) is unknown color: approx Medium Carmine. HEX triplet: B4, 36 and 27. RGB value is (180,54,39). Sum of RGB (Red+Green+Blue) = 180+54+39=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B43627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43627 is #4BC9D8. Grayscale: #5A5A5A. Windows color (decimal): -4966873 or 2569908. OLE color: 2569908.

HSL color Cylindrical-coordinate representation of color #B43627: hue angle of 6.38º 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 #B43627 is Cyan = 0, Magento = 0.7, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB1805439-
CMYK00.70.780.29
HSL6.38º64.38%42.94%-
HSV(B)6.38º78.33%70.59%-
XYZ20.5112.493.25-
YUV89.9699.24192.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.93%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=65.93%
G=19.78%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180543900.70.780.296.3864.3842.94
HexB436270464E1D6402b
Octal2646647010611635610053
Binary10110100110110100111010001101001110111011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43627; }

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

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

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

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

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

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

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

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