Html Css Color HEX #B42B59 Old Rose

📋 copy color: '#B42B59'

red 180 ◦ green 43 ◦ blue 89

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

Shades of Old Rose #B42B59

Tints of Old Rose #B42B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 57.69%
G = 13.78%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B42B59 (or 0xB42B59) is known color: Old Rose. HEX triplet: B4, 2B and 59. RGB value is (180,43,89). Sum of RGB (Red+Green+Blue) = 180+43+89=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42B59 is #4BD4A6. Grayscale: #595959. Windows color (decimal): -4969639 or 5843892. OLE color: 5843892.

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

Color convert

RGB 180 43 89 -
CMYK 0 0.76 0.51 0.29
HSL 339.85º 0.61% 0.44% -
HSV(B) 339.85º 0.76% 0.71% -
XYZ 21.49 12.15 10.66 -
YUV 89.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 180 43 89 0 0.76 0.51 0.29 339.85 0.61 0.44
Hex B4 2B 59 0 4C 33 1D 154 3D 2C
Octal 264 53 131 0 114 63 35 524 75 54
Binary 10110100 101011 1011001 0 1001100 110011 11101 101010100 111101 101100

Color Harmonies of #B42B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B59

Black with #B42B59

Text Example


Text Example

White with #B42B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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