#B61C53

Color #B61C53 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B61C53

Tints of Old Rose #B61C53

Color information

#B61C53 (or 0xB61C53) is unknown color: approx Old Rose. HEX triplet: B6, 1C and 53. RGB value is (182,28,83). Sum of RGB (Red+Green+Blue) = 182+28+83=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61C53 is #49E3AC. Grayscale: #505050. Windows color (decimal): -4842413 or 5446838. OLE color: 5446838.

HSL color Cylindrical-coordinate representation of color #B61C53: hue angle of 338.57º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61C53 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1822883-
CMYK00.850.540.29
HSL338.57º73.33%41.18%-
HSV(B)338.57º84.62%71.37%-
XYZ21.2711.49.26-
YUV80.32129.52200.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.12%
GREEN value IS 28 (11.33% from 255) = 9.56%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=62.12%
G=9.56%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182288300.850.540.29338.5773.3341.18
HexB61C53055361D1534929
Octal266341230125663552311151
Binary1011011011100101001101010101110110111011010100111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61C53; }

 p { color: rgb(182,28,83); }

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

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

 a { background-color: rgb(182,28,83); }

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

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

 span { border-color: rgb(182,28,83); }

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