#B4433E

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

Shades of Medium Carmine #B4433E

Tints of Medium Carmine #B4433E

Color information

#B4433E (or 0xB4433E) is unknown color: approx Medium Carmine. HEX triplet: B4, 43 and 3E. RGB value is (180,67,62). Sum of RGB (Red+Green+Blue) = 180+67+62=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B4433E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4433E is #4BBCC1. Grayscale: #646464. Windows color (decimal): -4963522 or 4080564. OLE color: 4080564.

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

Color convert

RGB1806762-
CMYK00.630.660.29
HSL2.54º48.76%47.45%-
HSV(B)2.54º65.56%70.59%-
XYZ21.714.076.13-
YUV100.22106.44184.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.25%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=58.25%
G=21.68%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180676200.630.660.292.5448.7647.45
HexB4433E03F421D3312f
Octal264103760771023536157
Binary101101001000011111110011111110000101110111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4433E; }

 p { color: rgb(180,67,62); }

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

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

 a { background-color: rgb(180,67,62); }

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

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

 span { border-color: rgb(180,67,62); }

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