Html Css Color HEX #B33058 Old Rose

📋 copy color: '#B33058'

red 179 ◦ green 48 ◦ blue 88

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

Shades of Old Rose #B33058

Tints of Old Rose #B33058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

 BLUE value IS 88 (34.77% from 255) = 27.94%

R = 56.83%
G = 15.24%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B33058 (or 0xB33058) is known color: Old Rose. HEX triplet: B3, 30 and 58. RGB value is (179,48,88). Sum of RGB (Red+Green+Blue) = 179+48+88=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B33058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33058 is #4CCFA7. Grayscale: #5B5B5B. Windows color (decimal): -5033896 or 5779635. OLE color: 5779635.

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

Color convert

RGB 179 48 88 -
CMYK 0 0.73 0.51 0.30
HSL 341.68º 0.58% 0.45% -
HSV(B) 341.68º 0.73% 0.7% -
XYZ 21.41 12.4 10.5 -
YUV 91.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 179 48 88 0 0.73 0.51 0.30 341.68 0.58 0.45
Hex B3 30 58 0 49 33 1E 156 3A 2D
Octal 263 60 130 0 111 63 36 526 72 55
Binary 10110011 110000 1011000 0 1001001 110011 11110 101010110 111010 101101

Color Harmonies of #B33058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33058

Black with #B33058

Text Example


Text Example

White with #B33058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33058; }

 p { color: rgb(179,48,88); }

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

background-color css

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

 a { background-color: rgb(179,48,88); }

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

border-color css

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

 span { border-color: rgb(179,48,88); }

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