#B4452D

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

Shades of Medium Carmine #B4452D

Tints of Medium Carmine #B4452D

Color information

#B4452D (or 0xB4452D) is unknown color: approx Medium Carmine. HEX triplet: B4, 45 and 2D. RGB value is (180,69,45). Sum of RGB (Red+Green+Blue) = 180+69+45=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4452D is #4BBAD2. Grayscale: #636363. Windows color (decimal): -4963027 or 2966964. OLE color: 2966964.

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

Color convert

RGB1806945-
CMYK00.620.750.29
HSL10.67º60%44.12%-
HSV(B)10.67º75%70.59%-
XYZ21.4214.154.08-
YUV99.4597.27185.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 45 (17.97% from 255) = 15.31%
R=61.22%
G=23.47%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180694500.620.750.2910.676044.12
HexB4452D03E4B1Db3c2c
Octal2641055507611335137454
Binary10110100100010110110101111101001011111011011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4452D; }

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

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

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

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

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

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

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

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