#B43D35

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

Shades of Medium Carmine #B43D35

Tints of Medium Carmine #B43D35

Color information

#B43D35 (or 0xB43D35) is unknown color: approx Medium Carmine. HEX triplet: B4, 3D and 35. RGB value is (180,61,53). Sum of RGB (Red+Green+Blue) = 180+61+53=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43D35 is #4BC2CA. Grayscale: #5F5F5F. Windows color (decimal): -4965067 or 3489204. OLE color: 3489204.

HSL color Cylindrical-coordinate representation of color #B43D35: hue angle of 3.78º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43D35 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1806153-
CMYK00.660.710.29
HSL3.78º54.51%45.69%-
HSV(B)3.78º70.56%70.59%-
XYZ21.1313.34.82-
YUV95.67103.92188.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 61 (24.22% from 255) = 20.75%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=61.22%
G=20.75%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180615300.660.710.293.7854.5145.69
HexB43D35042471D4372e
Octal264756501021073546756
Binary1011010011110111010101000010100011111101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D35; }

 p { color: rgb(180,61,53); }

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

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

 a { background-color: rgb(180,61,53); }

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

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

 span { border-color: rgb(180,61,53); }

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