#B4423A

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

Shades of Medium Carmine #B4423A

Tints of Medium Carmine #B4423A

Color information

#B4423A (or 0xB4423A) is unknown color: approx Medium Carmine. HEX triplet: B4, 42 and 3A. RGB value is (180,66,58). Sum of RGB (Red+Green+Blue) = 180+66+58=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B4423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4423A is #4BBDC5. Grayscale: #636363. Windows color (decimal): -4963782 or 3818164. OLE color: 3818164.

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

Color convert

RGB1806658-
CMYK00.630.680.29
HSL3.93º51.26%46.67%-
HSV(B)3.93º67.78%70.59%-
XYZ21.5313.915.55-
YUV99.17104.77185.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.21%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=59.21%
G=21.71%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180665800.630.680.293.9351.2646.67
HexB4423A03F441D4332f
Octal264102720771043546357
Binary1011010010000101110100111111100010011101100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4423A; }

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

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

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

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

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

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

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

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