Html Css Color HEX #B33253 Old Rose

📋 copy color: '#B33253'

red 179 ◦ green 50 ◦ blue 83

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

Shades of Old Rose #B33253

Tints of Old Rose #B33253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 57.37%
G = 16.03%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B33253 (or 0xB33253) is known color: Old Rose. HEX triplet: B3, 32 and 53. RGB value is (179,50,83). Sum of RGB (Red+Green+Blue) = 179+50+83=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B33253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33253 is #4CCDAC. Grayscale: #5C5C5C. Windows color (decimal): -5033389 or 5452467. OLE color: 5452467.

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

Color convert

RGB 179 50 83 -
CMYK 0 0.72 0.54 0.30
HSL 344.65º 0.56% 0.45% -
HSV(B) 344.65º 0.72% 0.7% -
XYZ 21.29 12.49 9.47 -
YUV 92.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 179 50 83 0 0.72 0.54 0.30 344.65 0.56 0.45
Hex B3 32 53 0 48 36 1E 159 38 2D
Octal 263 62 123 0 110 66 36 531 70 55
Binary 10110011 110010 1010011 0 1001000 110110 11110 101011001 111000 101101

Color Harmonies of #B33253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33253

Black with #B33253

Text Example


Text Example

White with #B33253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33253; }

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

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

background-color css

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

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

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

border-color css

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

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

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