#B7342E

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

Shades of Medium Carmine #B7342E

Tints of Medium Carmine #B7342E

Color information

#B7342E (or 0xB7342E) is unknown color: approx Medium Carmine. HEX triplet: B7, 34 and 2E. RGB value is (183,52,46). Sum of RGB (Red+Green+Blue) = 183+52+46=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7342E is #48CBD1. Grayscale: #5A5A5A. Windows color (decimal): -4770770 or 3028151. OLE color: 3028151.

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

Color convert

RGB1835246-
CMYK00.720.750.28
HSL2.63º59.83%44.9%-
HSV(B)2.63º74.86%71.76%-
XYZ21.2512.723.92-
YUV90.48102.9193.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=65.12%
G=18.51%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183524600.720.750.282.6359.8344.9
HexB7342E0484B1C33c2d
Octal267645601101133437455
Binary101101111101001011100100100010010111110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7342E; }

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

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

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

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

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

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

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

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