Html Css Color HEX #B42359 Old Rose

📋 copy color: '#B42359'

red 180 ◦ green 35 ◦ blue 89

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

Shades of Old Rose #B42359

Tints of Old Rose #B42359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

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

R = 59.21%
G = 11.51%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B42359 (or 0xB42359) is known color: Old Rose. HEX triplet: B4, 23 and 59. RGB value is (180,35,89). Sum of RGB (Red+Green+Blue) = 180+35+89=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B42359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42359 is #4BDCA6. Grayscale: #545454. Windows color (decimal): -4971687 or 5841844. OLE color: 5841844.

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

Color convert

RGB 180 35 89 -
CMYK 0 0.81 0.51 0.29
HSL 337.66º 0.67% 0.42% -
HSV(B) 337.66º 0.81% 0.71% -
XYZ 21.23 11.63 10.58 -
YUV 84.51 130.54 196.11 -
System Red Green Blue C M Y K H S L
Decimal 180 35 89 0 0.81 0.51 0.29 337.66 0.67 0.42
Hex B4 23 59 0 51 33 1D 152 43 2A
Octal 264 43 131 0 121 63 35 522 103 52
Binary 10110100 100011 1011001 0 1010001 110011 11101 101010010 1000011 101010

Color Harmonies of #B42359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42359

Black with #B42359

Text Example


Text Example

White with #B42359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42359; }

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

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

background-color css

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

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

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

border-color css

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

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

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