#B53D33

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

Shades of Medium Carmine #B53D33

Tints of Medium Carmine #B53D33

Color information

#B53D33 (or 0xB53D33) is unknown color: approx Medium Carmine. HEX triplet: B5, 3D and 33. RGB value is (181,61,51). Sum of RGB (Red+Green+Blue) = 181+61+51=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D33 is #4AC2CC. Grayscale: #5F5F5F. Windows color (decimal): -4899533 or 3358133. OLE color: 3358133.

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

Color convert

RGB1816151-
CMYK00.660.720.29
HSL4.62º56.03%45.49%-
HSV(B)4.62º71.82%70.98%-
XYZ21.3213.44.59-
YUV95.74102.76188.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=61.77%
G=20.82%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181615100.660.720.294.6256.0345.49
HexB53D33042481D5382d
Octal265756301021103557055
Binary1011010111110111001101000010100100011101101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D33; }

 p { color: rgb(181,61,51); }

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

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

 a { background-color: rgb(181,61,51); }

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

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

 span { border-color: rgb(181,61,51); }

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