Html Css Color HEX #B33153 Old Rose

📋 copy color: '#B33153'

red 179 ◦ green 49 ◦ blue 83

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

Shades of Old Rose #B33153

Tints of Old Rose #B33153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.69%

R = 57.56%
G = 15.76%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B33153 (or 0xB33153) is known color: Old Rose. HEX triplet: B3, 31 and 53. RGB value is (179,49,83). Sum of RGB (Red+Green+Blue) = 179+49+83=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B33153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33153 is #4CCEAC. Grayscale: #5B5B5B. Windows color (decimal): -5033645 or 5452211. OLE color: 5452211.

HSL color Cylindrical-coordinate representation of color #B33153: hue angle of 344.31º 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 #B33153 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 83 -
CMYK 0 0.73 0.54 0.30
HSL 344.31º 0.57% 0.45% -
HSV(B) 344.31º 0.73% 0.7% -
XYZ 21.25 12.4 9.46 -
YUV 91.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 179 49 83 0 0.73 0.54 0.30 344.31 0.57 0.45
Hex B3 31 53 0 49 36 1E 158 39 2D
Octal 263 61 123 0 111 66 36 530 71 55
Binary 10110011 110001 1010011 0 1001001 110110 11110 101011000 111001 101101

Color Harmonies of #B33153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33153

Black with #B33153

Text Example


Text Example

White with #B33153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33153; }

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

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

background-color css

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

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

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

border-color css

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

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

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