#B5352B

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

Shades of Medium Carmine #B5352B

Tints of Medium Carmine #B5352B

Color information

#B5352B (or 0xB5352B) is unknown color: approx Medium Carmine. HEX triplet: B5, 35 and 2B. RGB value is (181,53,43). Sum of RGB (Red+Green+Blue) = 181+53+43=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5352B is #4ACAD4. Grayscale: #5A5A5A. Windows color (decimal): -4901589 or 2831797. OLE color: 2831797.

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

Color convert

RGB1815343-
CMYK00.710.760.29
HSL4.35º61.61%43.92%-
HSV(B)4.35º76.24%70.98%-
XYZ20.7712.543.61-
YUV90.13101.41192.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.34%
GREEN value IS 53 (21.09% from 255) = 19.13%
BLUE value IS 43 (17.19% from 255) = 15.52%
R=65.34%
G=19.13%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181534300.710.760.294.3561.6143.92
HexB5352B0474C1D43e2c
Octal265655301071143547654
Binary1011010111010110101101000111100110011101100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5352B; }

 p { color: rgb(181,53,43); }

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

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

 a { background-color: rgb(181,53,43); }

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

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

 span { border-color: rgb(181,53,43); }

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