Html Css Color HEX #B42456 Old Rose

📋 copy color: '#B42456'

red 180 ◦ green 36 ◦ blue 86

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

Shades of Old Rose #B42456

Tints of Old Rose #B42456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 59.6%
G = 11.92%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B42456 (or 0xB42456) is known color: Old Rose. HEX triplet: B4, 24 and 56. RGB value is (180,36,86). Sum of RGB (Red+Green+Blue) = 180+36+86=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B42456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42456 is #4BDBA9. Grayscale: #545454. Windows color (decimal): -4971434 or 5645492. OLE color: 5645492.

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

Color convert

RGB 180 36 86 -
CMYK 0 0.8 0.52 0.29
HSL 339.17º 0.67% 0.42% -
HSV(B) 339.17º 0.8% 0.71% -
XYZ 21.13 11.64 9.94 -
YUV 84.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 180 36 86 0 0.8 0.52 0.29 339.17 0.67 0.42
Hex B4 24 56 0 50 34 1D 153 43 2A
Octal 264 44 126 0 120 64 35 523 103 52
Binary 10110100 100100 1010110 0 1010000 110100 11101 101010011 1000011 101010

Color Harmonies of #B42456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42456

Black with #B42456

Text Example


Text Example

White with #B42456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42456; }

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

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

background-color css

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

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

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

border-color css

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

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

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