Html Css Color HEX #B42A5B Old Rose

📋 copy color: '#B42A5B'

red 180 ◦ green 42 ◦ blue 91

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

Shades of Old Rose #B42A5B

Tints of Old Rose #B42A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 57.51%
G = 13.42%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B42A5B (or 0xB42A5B) is known color: Old Rose. HEX triplet: B4, 2A and 5B. RGB value is (180,42,91). Sum of RGB (Red+Green+Blue) = 180+42+91=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A5B is #4BD5A4. Grayscale: #585858. Windows color (decimal): -4969893 or 5974708. OLE color: 5974708.

HSL color Cylindrical-coordinate representation of color #B42A5B: hue angle of 338.7º 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 #B42A5B is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 42 91 -
CMYK 0 0.77 0.49 0.29
HSL 338.7º 0.62% 0.44% -
HSV(B) 338.7º 0.77% 0.71% -
XYZ 21.54 12.11 11.1 -
YUV 88.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 180 42 91 0 0.77 0.49 0.29 338.7 0.62 0.44
Hex B4 2A 5B 0 4D 31 1D 153 3E 2C
Octal 264 52 133 0 115 61 35 523 76 54
Binary 10110100 101010 1011011 0 1001101 110001 11101 101010011 111110 101100

Color Harmonies of #B42A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42A5B

Black with #B42A5B

Text Example


Text Example

White with #B42A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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