#B4245A

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

Shades of Old Rose #B4245A

Tints of Old Rose #B4245A

Color information

#B4245A (or 0xB4245A) is unknown color: approx Old Rose. HEX triplet: B4, 24 and 5A. RGB value is (180,36,90). Sum of RGB (Red+Green+Blue) = 180+36+90=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4245A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4245A is #4BDBA5. Grayscale: #555555. Windows color (decimal): -4971430 or 5907636. OLE color: 5907636.

HSL color Cylindrical-coordinate representation of color #B4245A: hue angle of 337.5º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4245A is Cyan = 0, Magento = 0.8, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1803690-
CMYK00.80.500.29
HSL337.5º66.67%42.35%-
HSV(B)337.5º80%70.59%-
XYZ21.311.710.81-
YUV85.21130.71195.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=58.82%
G=11.76%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180369000.80.500.29337.566.6742.35
HexB4245A050321D152432a
Octal264441320120623552210352
Binary10110100100100101101001010000110010111011010100101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4245A; }

 p { color: rgb(180,36,90); }

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

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

 a { background-color: rgb(180,36,90); }

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

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

 span { border-color: rgb(180,36,90); }

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