#B5372E

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

Shades of Medium Carmine #B5372E

Tints of Medium Carmine #B5372E

Color information

#B5372E (or 0xB5372E) is unknown color: approx Medium Carmine. HEX triplet: B5, 37 and 2E. RGB value is (181,55,46). Sum of RGB (Red+Green+Blue) = 181+55+46=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5372E is #4AC8D1. Grayscale: #5B5B5B. Windows color (decimal): -4901074 or 3028917. OLE color: 3028917.

HSL color Cylindrical-coordinate representation of color #B5372E: hue angle of 4º degrees, saturation: 0.59, 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 #B5372E is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1815546-
CMYK00.700.750.29
HSL59.47%44.51%-
HSV(B)74.59%70.98%-
XYZ20.9212.753.94-
YUV91.65102.24191.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.18%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=64.18%
G=19.50%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181554600.700.750.29459.4744.51
HexB5372E0464B1D43b2d
Octal265675601061133547355
Binary1011010111011110111001000110100101111101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5372E; }

 p { color: rgb(181,55,46); }

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

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

 a { background-color: rgb(181,55,46); }

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

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

 span { border-color: rgb(181,55,46); }

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