Html Css Color HEX #B33150 Old Rose

📋 copy color: '#B33150'

red 179 ◦ green 49 ◦ blue 80

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

Shades of Old Rose #B33150

Tints of Old Rose #B33150

RGB

 RED value IS 179 (70.31% from 255) = 58.12%

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 58.12%
G = 15.91%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B33150 (or 0xB33150) is known color: Old Rose. HEX triplet: B3, 31 and 50. RGB value is (179,49,80). Sum of RGB (Red+Green+Blue) = 179+49+80=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B33150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33150 is #4CCEAF. Grayscale: #5B5B5B. Windows color (decimal): -5033648 or 5255603. OLE color: 5255603.

HSL color Cylindrical-coordinate representation of color #B33150: hue angle of 345.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33150 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 80 -
CMYK 0 0.73 0.55 0.30
HSL 345.69º 0.57% 0.45% -
HSV(B) 345.69º 0.73% 0.7% -
XYZ 21.14 12.36 8.86 -
YUV 91.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 179 49 80 0 0.73 0.55 0.30 345.69 0.57 0.45
Hex B3 31 50 0 49 37 1E 15A 39 2D
Octal 263 61 120 0 111 67 36 532 71 55
Binary 10110011 110001 1010000 0 1001001 110111 11110 101011010 111001 101101

Color Harmonies of #B33150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33150

Black with #B33150

Text Example


Text Example

White with #B33150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33150; }

 p { color: rgb(179,49,80); }

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

background-color css

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

 a { background-color: rgb(179,49,80); }

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

border-color css

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

 span { border-color: rgb(179,49,80); }

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