#B62740

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

Shades of Old Rose #B62740

Tints of Old Rose #B62740

Color information

#B62740 (or 0xB62740) is unknown color: approx Old Rose. HEX triplet: B6, 27 and 40. RGB value is (182,39,64). Sum of RGB (Red+Green+Blue) = 182+39+64=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B62740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62740 is #49D8BF. Grayscale: #545454. Windows color (decimal): -4839616 or 4204470. OLE color: 4204470.

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

Color convert

RGB1823964-
CMYK00.790.650.29
HSL349.51º64.71%43.33%-
HSV(B)349.51º78.57%71.37%-
XYZ20.9411.776.02-
YUV84.61116.38197.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 39 (15.62% from 255) = 13.68%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=63.86%
G=13.68%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182396400.790.650.29349.5164.7143.33
HexB6274004F411D15e412b
Octal2664710001171013553610153
Binary101101101001111000000010011111000001111011010111101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62740; }

 p { color: rgb(182,39,64); }

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

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

 a { background-color: rgb(182,39,64); }

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

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

 span { border-color: rgb(182,39,64); }

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