#b4452e

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

Shades of Medium Carmine #B4452E

Tints of Medium Carmine #B4452E

Color information

#B4452E (or 0xB4452E) is unknown color: approx Medium Carmine. HEX triplet: B4, 45 and 2E. RGB value is (180,69,46). Sum of RGB (Red+Green+Blue) = 180+69+46=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B4452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4452E is #4BBAD1. Grayscale: #636363. Windows color (decimal): -4963026 or 3032500. OLE color: 3032500.

HSL color Cylindrical-coordinate representation of color #B4452E: hue angle of 10.3º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4452E is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1806946-
CMYK00.620.740.29
HSL10.3º59.29%44.31%-
HSV(B)10.3º74.44%70.59%-
XYZ21.4414.164.19-
YUV99.5797.77185.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.02%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=61.02%
G=23.39%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180694600.620.740.2910.359.2944.31
HexB4452E03E4A1Da3b2c
Octal2641055607611235127354
Binary10110100100010110111001111101001010111011010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4452e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4452e; }

 p { color: rgb(180,69,46); }

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

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

 a { background-color: rgb(180,69,46); }

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

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

 span { border-color: rgb(180,69,46); }

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