#B73434

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

Shades of Medium Carmine #B73434

Tints of Medium Carmine #B73434

Color information

#B73434 (or 0xB73434) is unknown color: approx Medium Carmine. HEX triplet: B7, 34 and 34. RGB value is (183,52,52). Sum of RGB (Red+Green+Blue) = 183+52+52=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B73434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73434 is #48CBCB. Grayscale: #5B5B5B. Windows color (decimal): -4770764 or 3421367. OLE color: 3421367.

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

Color convert

RGB1835252-
CMYK00.720.720.28
HSL55.74%46.08%-
HSV(B)71.58%71.76%-
XYZ21.3812.774.59-
YUV91.17105.9193.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=63.76%
G=18.12%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183525200.720.720.28055.7446.08
HexB73434048481C0382e
Octal267646401101103407056
Binary10110111110100110100010010001001000111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73434; }

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

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

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

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

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

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

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

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