#B73B2E

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

Shades of Medium Carmine #B73B2E

Tints of Medium Carmine #B73B2E

Color information

#B73B2E (or 0xB73B2E) is unknown color: approx Medium Carmine. HEX triplet: B7, 3B and 2E. RGB value is (183,59,46). Sum of RGB (Red+Green+Blue) = 183+59+46=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B2E is #48C4D1. Grayscale: #5E5E5E. Windows color (decimal): -4768978 or 3029943. OLE color: 3029943.

HSL color Cylindrical-coordinate representation of color #B73B2E: hue angle of 5.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B73B2E is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB1835946-
CMYK00.680.750.28
HSL5.69º59.83%44.9%-
HSV(B)5.69º74.86%71.76%-
XYZ21.5913.394.03-
YUV94.59100.58191.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=63.54%
G=20.49%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183594600.680.750.285.6959.8344.9
HexB73B2E0444B1C63c2d
Octal267735601041133467455
Binary1011011111101110111001000100100101111100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B2E; }

 p { color: rgb(183,59,46); }

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

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

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

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

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

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

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