Html Css Color HEX #B42559 Old Rose

📋 copy color: '#B42559'

red 180 ◦ green 37 ◦ blue 89

#B42559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #B42559

Tints of Old Rose #B42559

RGB

 RED value IS 180 (70.7% from 255) = 58.82%

 GREEN value IS 37 (14.84% from 255) = 12.09%

 BLUE value IS 89 (35.16% from 255) = 29.08%

R = 58.82%
G = 12.09%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B42559 (or 0xB42559) is known color: Old Rose. HEX triplet: B4, 25 and 59. RGB value is (180,37,89). Sum of RGB (Red+Green+Blue) = 180+37+89=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B42559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42559 is #4BDAA6. Grayscale: #555555. Windows color (decimal): -4971175 or 5842356. OLE color: 5842356.

HSL color Cylindrical-coordinate representation of color #B42559: hue angle of 338.18º degrees, saturation: 0.66, 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 #B42559 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 89 -
CMYK 0 0.79 0.51 0.29
HSL 338.18º 0.66% 0.43% -
HSV(B) 338.18º 0.79% 0.71% -
XYZ 21.29 11.75 10.6 -
YUV 85.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 180 37 89 0 0.79 0.51 0.29 338.18 0.66 0.43
Hex B4 25 59 0 4F 33 1D 152 42 2B
Octal 264 45 131 0 117 63 35 522 102 53
Binary 10110100 100101 1011001 0 1001111 110011 11101 101010010 1000010 101011

Color Harmonies of #B42559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42559

Black with #B42559

Text Example


Text Example

White with #B42559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42559; }

 p { color: rgb(180,37,89); }

 H1.HeaderClassName
 {
   color: #B42559;
 }
 .AnyTagClassName
 {
   color: #B42559;
 }
</style>

background-color css

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

 a { background-color: rgb(180,37,89); }

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

border-color css

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

 span { border-color: rgb(180,37,89); }

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