#B53B29

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

Shades of Medium Carmine #B53B29

Tints of Medium Carmine #B53B29

Color information

#B53B29 (or 0xB53B29) is unknown color: approx Medium Carmine. HEX triplet: B5, 3B and 29. RGB value is (181,59,41). Sum of RGB (Red+Green+Blue) = 181+59+41=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B29 is #4AC4D6. Grayscale: #5D5D5D. Windows color (decimal): -4900055 or 2702261. OLE color: 2702261.

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

Color convert

RGB1815941-
CMYK00.670.770.29
HSL7.71º63.06%43.53%-
HSV(B)7.71º77.35%70.98%-
XYZ21.0213.113.52-
YUV93.4398.42190.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.41%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=64.41%
G=21.00%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181594100.670.770.297.7163.0643.53
HexB53B290434D1D83f2c
Octal2657351010311535107754
Binary10110101111011101001010000111001101111011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B29; }

 p { color: rgb(181,59,41); }

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

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

 a { background-color: rgb(181,59,41); }

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

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

 span { border-color: rgb(181,59,41); }

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