Html Css Color HEX #B33351 Old Rose

📋 copy color: '#B33351'

red 179 ◦ green 51 ◦ blue 81

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

Shades of Old Rose #B33351

Tints of Old Rose #B33351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 81 (32.03% from 255) = 26.05%

R = 57.56%
G = 16.4%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B33351 (or 0xB33351) is known color: Old Rose. HEX triplet: B3, 33 and 51. RGB value is (179,51,81). Sum of RGB (Red+Green+Blue) = 179+51+81=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B33351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33351 is #4CCCAE. Grayscale: #5C5C5C. Windows color (decimal): -5033135 or 5321651. OLE color: 5321651.

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

Color convert

RGB 179 51 81 -
CMYK 0 0.72 0.55 0.30
HSL 345.94º 0.56% 0.45% -
HSV(B) 345.94º 0.72% 0.7% -
XYZ 21.26 12.55 9.09 -
YUV 92.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 179 51 81 0 0.72 0.55 0.30 345.94 0.56 0.45
Hex B3 33 51 0 48 37 1E 15A 38 2D
Octal 263 63 121 0 110 67 36 532 70 55
Binary 10110011 110011 1010001 0 1001000 110111 11110 101011010 111000 101101

Color Harmonies of #B33351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33351

Black with #B33351

Text Example


Text Example

White with #B33351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33351; }

 p { color: rgb(179,51,81); }

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

background-color css

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

 a { background-color: rgb(179,51,81); }

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

border-color css

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

 span { border-color: rgb(179,51,81); }

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