#B4443B

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

Shades of Medium Carmine #B4443B

Tints of Medium Carmine #B4443B

Color information

#B4443B (or 0xB4443B) is unknown color: approx Medium Carmine. HEX triplet: B4, 44 and 3B. RGB value is (180,68,59). Sum of RGB (Red+Green+Blue) = 180+68+59=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B4443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4443B is #4BBBC4. Grayscale: #646464. Windows color (decimal): -4963269 or 3884212. OLE color: 3884212.

HSL color Cylindrical-coordinate representation of color #B4443B: hue angle of 4.46º degrees, saturation: 0.51, 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 #B4443B is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1806859-
CMYK00.620.670.29
HSL4.46º50.63%46.86%-
HSV(B)4.46º67.22%70.59%-
XYZ21.6814.155.73-
YUV100.46104.61184.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=58.63%
G=22.15%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180685900.620.670.294.4650.6346.86
HexB4443B03E431D4332f
Octal264104730761033546357
Binary1011010010001001110110111110100001111101100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4443B; }

 p { color: rgb(180,68,59); }

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

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

 a { background-color: rgb(180,68,59); }

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

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

 span { border-color: rgb(180,68,59); }

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