#B6352D

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

Shades of Medium Carmine #B6352D

Tints of Medium Carmine #B6352D

Color information

#B6352D (or 0xB6352D) is unknown color: approx Medium Carmine. HEX triplet: B6, 35 and 2D. RGB value is (182,53,45). Sum of RGB (Red+Green+Blue) = 182+53+45=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6352D is #49CAD2. Grayscale: #5A5A5A. Windows color (decimal): -4836051 or 2962870. OLE color: 2962870.

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

Color convert

RGB1825345-
CMYK00.710.750.29
HSL3.5º60.35%44.51%-
HSV(B)3.5º75.27%71.37%-
XYZ21.0412.683.82-
YUV90.66102.24193.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=65%
G=18.93%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182534500.710.750.293.560.3544.51
HexB6352D0474B1D43c2d
Octal266655501071133547455
Binary1011011011010110110101000111100101111101100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6352D; }

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

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

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

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

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

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

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

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