Html Css Color HEX #B42455 Old Rose

📋 copy color: '#B42455'

red 180 ◦ green 36 ◦ blue 85

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

Shades of Old Rose #B42455

Tints of Old Rose #B42455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 59.8%
G = 11.96%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B42455 (or 0xB42455) is known color: Old Rose. HEX triplet: B4, 24 and 55. RGB value is (180,36,85). Sum of RGB (Red+Green+Blue) = 180+36+85=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B42455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42455 is #4BDBAA. Grayscale: #545454. Windows color (decimal): -4971435 or 5579956. OLE color: 5579956.

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

Color convert

RGB 180 36 85 -
CMYK 0 0.8 0.53 0.29
HSL 339.58º 0.67% 0.42% -
HSV(B) 339.58º 0.8% 0.71% -
XYZ 21.09 11.62 9.73 -
YUV 84.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 180 36 85 0 0.8 0.53 0.29 339.58 0.67 0.42
Hex B4 24 55 0 50 35 1D 154 43 2A
Octal 264 44 125 0 120 65 35 524 103 52
Binary 10110100 100100 1010101 0 1010000 110101 11101 101010100 1000011 101010

Color Harmonies of #B42455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42455

Black with #B42455

Text Example


Text Example

White with #B42455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42455; }

 p { color: rgb(180,36,85); }

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

background-color css

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

 a { background-color: rgb(180,36,85); }

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

border-color css

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

 span { border-color: rgb(180,36,85); }

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