#B6372A

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

Shades of Medium Carmine #B6372A

Tints of Medium Carmine #B6372A

Color information

#B6372A (or 0xB6372A) is unknown color: approx Medium Carmine. HEX triplet: B6, 37 and 2A. RGB value is (182,55,42). Sum of RGB (Red+Green+Blue) = 182+55+42=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6372A is #49C8D5. Grayscale: #5B5B5B. Windows color (decimal): -4835542 or 2766774. OLE color: 2766774.

HSL color Cylindrical-coordinate representation of color #B6372A: hue angle of 5.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6372A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1825542-
CMYK00.700.770.29
HSL5.57º62.5%43.92%-
HSV(B)5.57º76.92%71.37%-
XYZ21.0812.843.56-
YUV91.49100.08192.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=65.23%
G=19.71%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182554200.700.770.295.5762.543.92
HexB6372A0464D1D63e2c
Octal266675201061153567654
Binary1011011011011110101001000110100110111101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6372A; }

 p { color: rgb(182,55,42); }

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

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

 a { background-color: rgb(182,55,42); }

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

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

 span { border-color: rgb(182,55,42); }

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