Html Css Color HEX #B42A5A Old Rose

📋 copy color: '#B42A5A'

red 180 ◦ green 42 ◦ blue 90

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

Shades of Old Rose #B42A5A

Tints of Old Rose #B42A5A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.46%

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

R = 57.69%
G = 13.46%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B42A5A (or 0xB42A5A) is known color: Old Rose. HEX triplet: B4, 2A and 5A. RGB value is (180,42,90). Sum of RGB (Red+Green+Blue) = 180+42+90=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A5A is #4BD5A5. Grayscale: #585858. Windows color (decimal): -4969894 or 5909172. OLE color: 5909172.

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

Color convert

RGB 180 42 90 -
CMYK 0 0.77 0.50 0.29
HSL 339.13º 0.62% 0.44% -
HSV(B) 339.13º 0.77% 0.71% -
XYZ 21.5 12.1 10.87 -
YUV 88.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 180 42 90 0 0.77 0.50 0.29 339.13 0.62 0.44
Hex B4 2A 5A 0 4D 32 1D 153 3E 2C
Octal 264 52 132 0 115 62 35 523 76 54
Binary 10110100 101010 1011010 0 1001101 110010 11101 101010011 111110 101100

Color Harmonies of #B42A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A5A

Black with #B42A5A

Text Example


Text Example

White with #B42A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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