Html Css Color HEX #B42155 Old Rose

📋 copy color: '#B42155'

red 180 ◦ green 33 ◦ blue 85

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

Shades of Old Rose #B42155

Tints of Old Rose #B42155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 60.4%
G = 11.07%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B42155 (or 0xB42155) is known color: Old Rose. HEX triplet: B4, 21 and 55. RGB value is (180,33,85). Sum of RGB (Red+Green+Blue) = 180+33+85=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B42155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42155 is #4BDEAA. Grayscale: #525252. Windows color (decimal): -4972203 or 5579188. OLE color: 5579188.

HSL color Cylindrical-coordinate representation of color #B42155: hue angle of 338.78º degrees, saturation: 0.69, 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 #B42155 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 33 85 -
CMYK 0 0.82 0.53 0.29
HSL 338.78º 0.69% 0.42% -
HSV(B) 338.78º 0.82% 0.71% -
XYZ 21.01 11.45 9.7 -
YUV 82.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 180 33 85 0 0.82 0.53 0.29 338.78 0.69 0.42
Hex B4 21 55 0 52 35 1D 153 45 2A
Octal 264 41 125 0 122 65 35 523 105 52
Binary 10110100 100001 1010101 0 1010010 110101 11101 101010011 1000101 101010

Color Harmonies of #B42155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42155

Black with #B42155

Text Example


Text Example

White with #B42155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42155; }

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

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

background-color css

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

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

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

border-color css

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

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

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