#B73E33

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

Shades of Medium Carmine #B73E33

Tints of Medium Carmine #B73E33

Color information

#B73E33 (or 0xB73E33) is unknown color: approx Medium Carmine. HEX triplet: B7, 3E and 33. RGB value is (183,62,51). Sum of RGB (Red+Green+Blue) = 183+62+51=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E33 is #48C1CC. Grayscale: #616161. Windows color (decimal): -4768205 or 3358391. OLE color: 3358391.

HSL color Cylindrical-coordinate representation of color #B73E33: hue angle of 5º degrees, saturation: 0.56, 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 #B73E33 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB1836251-
CMYK00.660.720.28
HSL56.41%45.88%-
HSV(B)72.13%71.76%-
XYZ21.8513.754.63-
YUV96.92102.09189.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 62 (24.61% from 255) = 20.95%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=61.82%
G=20.95%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183625100.660.720.28556.4145.88
HexB73E33042481C5382e
Octal267766301021103457056
Binary1011011111111011001101000010100100011100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E33; }

 p { color: rgb(183,62,51); }

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

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

 a { background-color: rgb(183,62,51); }

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

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

 span { border-color: rgb(183,62,51); }

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