#B6352A

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

Shades of Medium Carmine #B6352A

Tints of Medium Carmine #B6352A

Color information

#B6352A (or 0xB6352A) is unknown color: approx Medium Carmine. HEX triplet: B6, 35 and 2A. RGB value is (182,53,42). Sum of RGB (Red+Green+Blue) = 182+53+42=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B6352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6352A is #49CAD5. Grayscale: #5A5A5A. Windows color (decimal): -4836054 or 2766262. OLE color: 2766262.

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

Color convert

RGB1825342-
CMYK00.710.770.29
HSL4.71º62.5%43.92%-
HSV(B)4.71º76.92%71.37%-
XYZ20.9812.663.53-
YUV90.32100.74193.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.70%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 42 (16.80% from 255) = 15.16%
R=65.70%
G=19.13%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182534200.710.770.294.7162.543.92
HexB6352A0474D1D53e2c
Octal266655201071153557654
Binary1011011011010110101001000111100110111101101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6352A; }

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

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

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

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

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

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

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

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