#B43A27

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

Shades of Medium Carmine #B43A27

Tints of Medium Carmine #B43A27

Color information

#B43A27 (or 0xB43A27) is unknown color: approx Medium Carmine. HEX triplet: B4, 3A and 27. RGB value is (180,58,39). Sum of RGB (Red+Green+Blue) = 180+58+39=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A27 is #4BC5D8. Grayscale: #5C5C5C. Windows color (decimal): -4965849 or 2570932. OLE color: 2570932.

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

Color convert

RGB1805839-
CMYK00.680.780.29
HSL8.09º64.38%42.94%-
HSV(B)8.09º78.33%70.59%-
XYZ20.712.883.31-
YUV92.3197.92190.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.98%
GREEN value IS 58 (23.05% from 255) = 20.94%
BLUE value IS 39 (15.62% from 255) = 14.08%
R=64.98%
G=20.94%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180583900.680.780.298.0964.3842.94
HexB43A270444E1D8402b
Octal26472470104116351010053
Binary101101001110101001110100010010011101110110001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A27; }

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

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

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

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

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

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

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

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