Html Css Color HEX #B42D5A Old Rose

📋 copy color: '#B42D5A'

red 180 ◦ green 45 ◦ blue 90

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

Shades of Old Rose #B42D5A

Tints of Old Rose #B42D5A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.29%

 BLUE value IS 90 (35.55% from 255) = 28.57%

R = 57.14%
G = 14.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B42D5A (or 0xB42D5A) is known color: Old Rose. HEX triplet: B4, 2D and 5A. RGB value is (180,45,90). Sum of RGB (Red+Green+Blue) = 180+45+90=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D5A is #4BD2A5. Grayscale: #5A5A5A. Windows color (decimal): -4969126 or 5909940. OLE color: 5909940.

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

Color convert

RGB 180 45 90 -
CMYK 0 0.75 0.50 0.29
HSL 340º 0.6% 0.44% -
HSV(B) 340º 0.75% 0.71% -
XYZ 21.61 12.32 10.91 -
YUV 90.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 180 45 90 0 0.75 0.50 0.29 340 0.6 0.44
Hex B4 2D 5A 0 4B 32 1D 154 3C 2C
Octal 264 55 132 0 113 62 35 524 74 54
Binary 10110100 101101 1011010 0 1001011 110010 11101 101010100 111100 101100

Color Harmonies of #B42D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D5A

Black with #B42D5A

Text Example


Text Example

White with #B42D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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