Html Css Color HEX #B42552 Old Rose

📋 copy color: '#B42552'

red 180 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #B42552

Tints of Old Rose #B42552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 60.2%
G = 12.37%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B42552 (or 0xB42552) is known color: Old Rose. HEX triplet: B4, 25 and 52. RGB value is (180,37,82). Sum of RGB (Red+Green+Blue) = 180+37+82=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B42552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42552 is #4BDAAD. Grayscale: #545454. Windows color (decimal): -4971182 or 5383604. OLE color: 5383604.

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

Color convert

RGB 180 37 82 -
CMYK 0 0.79 0.54 0.29
HSL 341.12º 0.66% 0.43% -
HSV(B) 341.12º 0.79% 0.71% -
XYZ 21.01 11.64 9.12 -
YUV 84.89 126.38 195.84 -
System Red Green Blue C M Y K H S L
Decimal 180 37 82 0 0.79 0.54 0.29 341.12 0.66 0.43
Hex B4 25 52 0 4F 36 1D 155 42 2B
Octal 264 45 122 0 117 66 35 525 102 53
Binary 10110100 100101 1010010 0 1001111 110110 11101 101010101 1000010 101011

Color Harmonies of #B42552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42552

Black with #B42552

Text Example


Text Example

White with #B42552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42552; }

 p { color: rgb(180,37,82); }

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

background-color css

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

 a { background-color: rgb(180,37,82); }

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

border-color css

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

 span { border-color: rgb(180,37,82); }

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