#B73E34

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

Shades of Medium Carmine #B73E34

Tints of Medium Carmine #B73E34

Color information

#B73E34 (or 0xB73E34) is unknown color: approx Medium Carmine. HEX triplet: B7, 3E and 34. RGB value is (183,62,52). Sum of RGB (Red+Green+Blue) = 183+62+52=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E34 is #48C1CB. Grayscale: #616161. Windows color (decimal): -4768204 or 3423927. OLE color: 3423927.

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

Color convert

RGB1836252-
CMYK00.660.720.28
HSL4.58º55.74%46.08%-
HSV(B)4.58º71.58%71.76%-
XYZ21.8713.764.75-
YUV97.04102.59189.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.62%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=61.62%
G=20.88%
B=17.51%

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
Decimal183625200.660.720.284.5855.7446.08
HexB73E34042481C5382e
Octal267766401021103457056
Binary1011011111111011010001000010100100011100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E34; }

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

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

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

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

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

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

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

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