#B43432

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

Shades of Medium Carmine #B43432

Tints of Medium Carmine #B43432

Color information

#B43432 (or 0xB43432) is unknown color: approx Medium Carmine. HEX triplet: B4, 34 and 32. RGB value is (180,52,50). Sum of RGB (Red+Green+Blue) = 180+52+50=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B43432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43432 is #4BCBCD. Grayscale: #5A5A5A. Windows color (decimal): -4967374 or 3290292. OLE color: 3290292.

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

Color convert

RGB1805250-
CMYK00.710.720.29
HSL0.92º56.52%45.1%-
HSV(B)0.92º72.22%70.59%-
XYZ20.6312.394.32-
YUV90.04105.41192.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=63.83%
G=18.44%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180525000.710.720.290.9256.5245.1
HexB43432047481D1392d
Octal264646201071103517155
Binary10110100110100110010010001111001000111011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43432; }

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

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

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

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

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

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

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

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