Html Css Color HEX #B33752 Old Rose

📋 copy color: '#B33752'

red 179 ◦ green 55 ◦ blue 82

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

Shades of Old Rose #B33752

Tints of Old Rose #B33752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 56.65%
G = 17.41%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B33752 (or 0xB33752) is known color: Old Rose. HEX triplet: B3, 37 and 52. RGB value is (179,55,82). Sum of RGB (Red+Green+Blue) = 179+55+82=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B33752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33752 is #4CC8AD. Grayscale: #5F5F5F. Windows color (decimal): -5032110 or 5388211. OLE color: 5388211.

HSL color Cylindrical-coordinate representation of color #B33752: hue angle of 346.94º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33752 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 82 -
CMYK 0 0.69 0.54 0.30
HSL 346.94º 0.53% 0.46% -
HSV(B) 346.94º 0.69% 0.7% -
XYZ 21.48 12.93 9.35 -
YUV 95.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 179 55 82 0 0.69 0.54 0.30 346.94 0.53 0.46
Hex B3 37 52 0 45 36 1E 15B 35 2E
Octal 263 67 122 0 105 66 36 533 65 56
Binary 10110011 110111 1010010 0 1000101 110110 11110 101011011 110101 101110

Color Harmonies of #B33752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33752

Black with #B33752

Text Example


Text Example

White with #B33752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33752; }

 p { color: rgb(179,55,82); }

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

background-color css

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

 a { background-color: rgb(179,55,82); }

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

border-color css

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

 span { border-color: rgb(179,55,82); }

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