Html Css Color HEX #B42959 Old Rose

📋 copy color: '#B42959'

red 180 ◦ green 41 ◦ blue 89

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

Shades of Old Rose #B42959

Tints of Old Rose #B42959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 58.06%
G = 13.23%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B42959 (or 0xB42959) is known color: Old Rose. HEX triplet: B4, 29 and 59. RGB value is (180,41,89). Sum of RGB (Red+Green+Blue) = 180+41+89=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B42959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42959 is #4BD6A6. Grayscale: #575757. Windows color (decimal): -4970151 or 5843380. OLE color: 5843380.

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

Color convert

RGB 180 41 89 -
CMYK 0 0.77 0.51 0.29
HSL 339.28º 0.63% 0.43% -
HSV(B) 339.28º 0.77% 0.71% -
XYZ 21.42 12.01 10.64 -
YUV 88.03 128.55 193.6 -
System Red Green Blue C M Y K H S L
Decimal 180 41 89 0 0.77 0.51 0.29 339.28 0.63 0.43
Hex B4 29 59 0 4D 33 1D 153 3F 2B
Octal 264 51 131 0 115 63 35 523 77 53
Binary 10110100 101001 1011001 0 1001101 110011 11101 101010011 111111 101011

Color Harmonies of #B42959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42959

Black with #B42959

Text Example


Text Example

White with #B42959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42959; }

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

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

background-color css

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

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

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

border-color css

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

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

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