#B43D30

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

Shades of Medium Carmine #B43D30

Tints of Medium Carmine #B43D30

Color information

#B43D30 (or 0xB43D30) is unknown color: approx Medium Carmine. HEX triplet: B4, 3D and 30. RGB value is (180,61,48). Sum of RGB (Red+Green+Blue) = 180+61+48=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43D30 is #4BC2CF. Grayscale: #5F5F5F. Windows color (decimal): -4965072 or 3161524. OLE color: 3161524.

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

Color convert

RGB1806148-
CMYK00.660.730.29
HSL5.91º57.89%44.71%-
HSV(B)5.91º73.33%70.59%-
XYZ21.0213.254.25-
YUV95.1101.42188.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.28%
GREEN value IS 61 (24.22% from 255) = 21.11%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=62.28%
G=21.11%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180614800.660.730.295.9157.8944.71
HexB43D30042491D63a2d
Octal264756001021113567255
Binary1011010011110111000001000010100100111101110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D30; }

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

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

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

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

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

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

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

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