#B84333

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

Shades of Medium Carmine #B84333

Tints of Medium Carmine #B84333

Color information

#B84333 (or 0xB84333) is unknown color: approx Medium Carmine. HEX triplet: B8, 43 and 33. RGB value is (184,67,51). Sum of RGB (Red+Green+Blue) = 184+67+51=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B84333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84333 is #47BCCC. Grayscale: #646464. Windows color (decimal): -4701389 or 3359672. OLE color: 3359672.

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

Color convert

RGB1846751-
CMYK00.640.720.28
HSL7.22º56.6%46.08%-
HSV(B)7.22º72.28%72.16%-
XYZ22.3714.444.74-
YUV100.16100.26187.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.93%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 51 (20.31% from 255) = 16.89%
R=60.93%
G=22.19%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184675100.640.720.287.2256.646.08
HexB84333040481C7392e
Octal2701036301001103477156
Binary10111000100001111001101000000100100011100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84333; }

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

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

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

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

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

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

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

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