Html Css Color HEX #B42052 Old Rose

📋 copy color: '#B42052'

red 180 ◦ green 32 ◦ blue 82

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

Shades of Old Rose #B42052

Tints of Old Rose #B42052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

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

R = 61.22%
G = 10.88%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B42052 (or 0xB42052) is known color: Old Rose. HEX triplet: B4, 20 and 52. RGB value is (180,32,82). Sum of RGB (Red+Green+Blue) = 180+32+82=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B42052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42052 is #4BDFAD. Grayscale: #515151. Windows color (decimal): -4972462 or 5382324. OLE color: 5382324.

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

Color convert

RGB 180 32 82 -
CMYK 0 0.82 0.54 0.29
HSL 339.73º 0.7% 0.42% -
HSV(B) 339.73º 0.82% 0.71% -
XYZ 20.86 11.35 9.07 -
YUV 81.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 180 32 82 0 0.82 0.54 0.29 339.73 0.7 0.42
Hex B4 20 52 0 52 36 1D 154 46 2A
Octal 264 40 122 0 122 66 35 524 106 52
Binary 10110100 100000 1010010 0 1010010 110110 11101 101010100 1000110 101010

Color Harmonies of #B42052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42052

Black with #B42052

Text Example


Text Example

White with #B42052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42052; }

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

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

background-color css

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

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

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

border-color css

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

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

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