#B4403C

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

Shades of Medium Carmine #B4403C

Tints of Medium Carmine #B4403C

Color information

#B4403C (or 0xB4403C) is unknown color: approx Medium Carmine. HEX triplet: B4, 40 and 3C. RGB value is (180,64,60). Sum of RGB (Red+Green+Blue) = 180+64+60=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B4403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4403C is #4BBFC3. Grayscale: #626262. Windows color (decimal): -4964292 or 3948724. OLE color: 3948724.

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

Color convert

RGB1806460-
CMYK00.640.670.29
HSL50%47.06%-
HSV(B)66.67%70.59%-
XYZ21.4713.75.79-
YUV98.23106.43186.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=59.21%
G=21.05%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180646000.640.670.2925047.06
HexB4403C040431D2322f
Octal2641007401001033526257
Binary1011010010000001111000100000010000111110110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4403C; }

 p { color: rgb(180,64,60); }

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

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

 a { background-color: rgb(180,64,60); }

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

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

 span { border-color: rgb(180,64,60); }

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