Html Css Color HEX #B33950 Old Rose

📋 copy color: '#B33950'

red 179 ◦ green 57 ◦ blue 80

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

Shades of Old Rose #B33950

Tints of Old Rose #B33950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 56.65%
G = 18.04%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B33950 (or 0xB33950) is known color: Old Rose. HEX triplet: B3, 39 and 50. RGB value is (179,57,80). Sum of RGB (Red+Green+Blue) = 179+57+80=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B33950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33950 is #4CC6AF. Grayscale: #606060. Windows color (decimal): -5031600 or 5257651. OLE color: 5257651.

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

Color convert

RGB 179 57 80 -
CMYK 0 0.68 0.55 0.30
HSL 348.69º 0.52% 0.46% -
HSV(B) 348.69º 0.68% 0.7% -
XYZ 21.5 13.09 8.98 -
YUV 96.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 179 57 80 0 0.68 0.55 0.30 348.69 0.52 0.46
Hex B3 39 50 0 44 37 1E 15D 34 2E
Octal 263 71 120 0 104 67 36 535 64 56
Binary 10110011 111001 1010000 0 1000100 110111 11110 101011101 110100 101110

Color Harmonies of #B33950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33950

Black with #B33950

Text Example


Text Example

White with #B33950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33950; }

 p { color: rgb(179,57,80); }

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

background-color css

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

 a { background-color: rgb(179,57,80); }

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

border-color css

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

 span { border-color: rgb(179,57,80); }

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