#B4402B

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

Shades of Medium Carmine #B4402B

Tints of Medium Carmine #B4402B

Color information

#B4402B (or 0xB4402B) is unknown color: approx Medium Carmine. HEX triplet: B4, 40 and 2B. RGB value is (180,64,43). Sum of RGB (Red+Green+Blue) = 180+64+43=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B4402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4402B is #4BBFD4. Grayscale: #606060. Windows color (decimal): -4964309 or 2834612. OLE color: 2834612.

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

Color convert

RGB1806443-
CMYK00.640.760.29
HSL9.2º61.43%43.73%-
HSV(B)9.2º76.11%70.59%-
XYZ21.0913.543.79-
YUV96.2997.93187.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 43 (17.19% from 255) = 14.98%
R=62.72%
G=22.30%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180644300.640.760.299.261.4343.73
HexB4402B0404C1D93d2c
Octal26410053010011435117554
Binary101101001000000101011010000001001100111011001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4402B; }

 p { color: rgb(180,64,43); }

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

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

 a { background-color: rgb(180,64,43); }

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

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

 span { border-color: rgb(180,64,43); }

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