#b43832

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

Shades of Medium Carmine #B43832

Tints of Medium Carmine #B43832

Color information

#B43832 (or 0xB43832) is unknown color: approx Medium Carmine. HEX triplet: B4, 38 and 32. RGB value is (180,56,50). Sum of RGB (Red+Green+Blue) = 180+56+50=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B43832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43832 is #4BC7CD. Grayscale: #5C5C5C. Windows color (decimal): -4966350 or 3291316. OLE color: 3291316.

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

Color convert

RGB1805650-
CMYK00.690.720.29
HSL2.77º56.52%45.1%-
HSV(B)2.77º72.22%70.59%-
XYZ20.8112.764.38-
YUV92.39104.08190.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.94%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=62.94%
G=19.58%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180565000.690.720.292.7756.5245.1
HexB43832045481D3392d
Octal264706201051103537155
Binary101101001110001100100100010110010001110111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43832; }

 p { color: rgb(180,56,50); }

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

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

 a { background-color: rgb(180,56,50); }

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

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

 span { border-color: rgb(180,56,50); }

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