#B4473A

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

Shades of Medium Carmine #B4473A

Tints of Medium Carmine #B4473A

Color information

#B4473A (or 0xB4473A) is unknown color: approx Medium Carmine. HEX triplet: B4, 47 and 3A. RGB value is (180,71,58). Sum of RGB (Red+Green+Blue) = 180+71+58=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B4473A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4473A is #4BB8C5. Grayscale: #666666. Windows color (decimal): -4962502 or 3819444. OLE color: 3819444.

HSL color Cylindrical-coordinate representation of color #B4473A: hue angle of 6.39º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4473A is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1807158-
CMYK00.610.680.29
HSL6.39º51.26%46.67%-
HSV(B)6.39º67.78%70.59%-
XYZ21.8414.525.65-
YUV102.11103.11183.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.25%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=58.25%
G=22.98%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180715800.610.680.296.3951.2646.67
HexB4473A03D441D6332f
Octal264107720751043566357
Binary1011010010001111110100111101100010011101110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4473A; }

 p { color: rgb(180,71,58); }

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

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

 a { background-color: rgb(180,71,58); }

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

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

 span { border-color: rgb(180,71,58); }

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