Html Css Color HEX #B02E50 Old Rose

📋 copy color: '#B02E50'

red 176 ◦ green 46 ◦ blue 80

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

Shades of Old Rose #B02E50

Tints of Old Rose #B02E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.23%

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

R = 58.28%
G = 15.23%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B02E50 (or 0xB02E50) is known color: Old Rose. HEX triplet: B0, 2E and 50. RGB value is (176,46,80). Sum of RGB (Red+Green+Blue) = 176+46+80=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02E50 is #4FD1AF. Grayscale: #585858. Windows color (decimal): -5231024 or 5254832. OLE color: 5254832.

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

Color convert

RGB 176 46 80 -
CMYK 0 0.74 0.55 0.31
HSL 344.31º 0.59% 0.44% -
HSV(B) 344.31º 0.74% 0.69% -
XYZ 20.33 11.76 8.79 -
YUV 88.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 176 46 80 0 0.74 0.55 0.31 344.31 0.59 0.44
Hex B0 2E 50 0 4A 37 1F 158 3B 2C
Octal 260 56 120 0 112 67 37 530 73 54
Binary 10110000 101110 1010000 0 1001010 110111 11111 101011000 111011 101100

Color Harmonies of #B02E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E50

Black with #B02E50

Text Example


Text Example

White with #B02E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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