#B43B2E

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

Shades of Medium Carmine #B43B2E

Tints of Medium Carmine #B43B2E

Color information

#B43B2E (or 0xB43B2E) is unknown color: approx Medium Carmine. HEX triplet: B4, 3B and 2E. RGB value is (180,59,46). Sum of RGB (Red+Green+Blue) = 180+59+46=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B2E is #4BC4D1. Grayscale: #5D5D5D. Windows color (decimal): -4965586 or 3029940. OLE color: 3029940.

HSL color Cylindrical-coordinate representation of color #B43B2E: hue angle of 5.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B43B2E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1805946-
CMYK00.670.740.29
HSL5.82º59.29%44.31%-
HSV(B)5.82º74.44%70.59%-
XYZ20.8813.034-
YUV93.7101.09189.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.16%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=63.16%
G=20.70%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180594600.670.740.295.8259.2944.31
HexB43B2E0434A1D63b2c
Octal264735601031123567354
Binary1011010011101110111001000011100101011101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B2E; }

 p { color: rgb(180,59,46); }

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

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

 a { background-color: rgb(180,59,46); }

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

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

 span { border-color: rgb(180,59,46); }

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