#B84329

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

Shades of Medium Carmine #B84329

Tints of Medium Carmine #B84329

Color information

#B84329 (or 0xB84329) is unknown color: approx Medium Carmine. HEX triplet: B8, 43 and 29. RGB value is (184,67,41). Sum of RGB (Red+Green+Blue) = 184+67+41=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B84329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84329 is #47BCD6. Grayscale: #636363. Windows color (decimal): -4701399 or 2704312. OLE color: 2704312.

HSL color Cylindrical-coordinate representation of color #B84329: hue angle of 10.91º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B84329 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1846741-
CMYK00.640.780.28
HSL10.91º63.56%44.12%-
HSV(B)10.91º77.72%72.16%-
XYZ22.1714.363.7-
YUV99.0295.26188.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.01%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 41 (16.41% from 255) = 14.04%
R=63.01%
G=22.95%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184674100.640.780.2810.9163.5644.12
HexB843290404E1Cb402c
Octal270103510100116341310054
Binary1011100010000111010010100000010011101110010111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84329; }

 p { color: rgb(184,67,41); }

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

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

 a { background-color: rgb(184,67,41); }

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

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

 span { border-color: rgb(184,67,41); }

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