Html Css Color HEX #B42956 Old Rose

📋 copy color: '#B42956'

red 180 ◦ green 41 ◦ blue 86

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

Shades of Old Rose #B42956

Tints of Old Rose #B42956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.36%

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

R = 58.63%
G = 13.36%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B42956 (or 0xB42956) is known color: Old Rose. HEX triplet: B4, 29 and 56. RGB value is (180,41,86). Sum of RGB (Red+Green+Blue) = 180+41+86=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B42956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42956 is #4BD6A9. Grayscale: #575757. Windows color (decimal): -4970154 or 5646772. OLE color: 5646772.

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

Color convert

RGB 180 41 86 -
CMYK 0 0.77 0.52 0.29
HSL 340.58º 0.63% 0.43% -
HSV(B) 340.58º 0.77% 0.71% -
XYZ 21.3 11.96 9.99 -
YUV 87.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 180 41 86 0 0.77 0.52 0.29 340.58 0.63 0.43
Hex B4 29 56 0 4D 34 1D 155 3F 2B
Octal 264 51 126 0 115 64 35 525 77 53
Binary 10110100 101001 1010110 0 1001101 110100 11101 101010101 111111 101011

Color Harmonies of #B42956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42956

Black with #B42956

Text Example


Text Example

White with #B42956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42956; }

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

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

background-color css

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

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

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

border-color css

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

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

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