#B43329

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

Shades of Medium Carmine #B43329

Tints of Medium Carmine #B43329

Color information

#B43329 (or 0xB43329) is unknown color: approx Medium Carmine. HEX triplet: B4, 33 and 29. RGB value is (180,51,41). Sum of RGB (Red+Green+Blue) = 180+51+41=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B43329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43329 is #4BCCD6. Grayscale: #585858. Windows color (decimal): -4967639 or 2700212. OLE color: 2700212.

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

Color convert

RGB1805141-
CMYK00.720.770.29
HSL4.32º62.9%43.33%-
HSV(B)4.32º77.22%70.59%-
XYZ20.4112.233.38-
YUV88.43101.24193.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.18%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=66.18%
G=18.75%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180514100.720.770.294.3262.943.33
HexB433290484D1D43f2b
Octal264635101101153547753
Binary1011010011001110100101001000100110111101100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43329; }

 p { color: rgb(180,51,41); }

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

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

 a { background-color: rgb(180,51,41); }

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

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

 span { border-color: rgb(180,51,41); }

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