Html Css Color HEX #B02A50 Old Rose

📋 copy color: '#B02A50'

red 176 ◦ green 42 ◦ blue 80

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

Shades of Old Rose #B02A50

Tints of Old Rose #B02A50

RGB

 RED value IS 176 (69.14% from 255) = 59.06%

 GREEN value IS 42 (16.8% from 255) = 14.09%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 59.06%
G = 14.09%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B02A50 (or 0xB02A50) is known color: Old Rose. HEX triplet: B0, 2A and 50. RGB value is (176,42,80). Sum of RGB (Red+Green+Blue) = 176+42+80=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02A50 is #4FD5AF. Grayscale: #565656. Windows color (decimal): -5232048 or 5253808. OLE color: 5253808.

HSL color Cylindrical-coordinate representation of color #B02A50: hue angle of 342.99º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A50 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 42 80 -
CMYK 0 0.76 0.55 0.31
HSL 342.99º 0.61% 0.43% -
HSV(B) 342.99º 0.76% 0.69% -
XYZ 20.18 11.47 8.74 -
YUV 86.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 176 42 80 0 0.76 0.55 0.31 342.99 0.61 0.43
Hex B0 2A 50 0 4C 37 1F 157 3D 2B
Octal 260 52 120 0 114 67 37 527 75 53
Binary 10110000 101010 1010000 0 1001100 110111 11111 101010111 111101 101011

Color Harmonies of #B02A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02A50

Black with #B02A50

Text Example


Text Example

White with #B02A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02A50; }

 p { color: rgb(176,42,80); }

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

background-color css

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

 a { background-color: rgb(176,42,80); }

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

border-color css

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

 span { border-color: rgb(176,42,80); }

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