Html Css Color HEX #B33053 Old Rose

📋 copy color: '#B33053'

red 179 ◦ green 48 ◦ blue 83

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

Shades of Old Rose #B33053

Tints of Old Rose #B33053

RGB

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

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

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

R = 57.74%
G = 15.48%
B = 26.77%

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

#B33053 (or 0xB33053) is known color: Old Rose. HEX triplet: B3, 30 and 53. RGB value is (179,48,83). Sum of RGB (Red+Green+Blue) = 179+48+83=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B33053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33053 is #4CCFAC. Grayscale: #5B5B5B. Windows color (decimal): -5033901 or 5451955. OLE color: 5451955.

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

Color convert

RGB 179 48 83 -
CMYK 0 0.73 0.54 0.30
HSL 343.97º 0.58% 0.45% -
HSV(B) 343.97º 0.73% 0.7% -
XYZ 21.21 12.32 9.44 -
YUV 91.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 179 48 83 0 0.73 0.54 0.30 343.97 0.58 0.45
Hex B3 30 53 0 49 36 1E 158 3A 2D
Octal 263 60 123 0 111 66 36 530 72 55
Binary 10110011 110000 1010011 0 1001001 110110 11110 101011000 111010 101101

Color Harmonies of #B33053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33053

Black with #B33053

Text Example


Text Example

White with #B33053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33053; }

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

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

background-color css

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

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

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

border-color css

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

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

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