Html Css Color HEX #B33647 Old Rose

📋 copy color: '#B33647'

red 179 ◦ green 54 ◦ blue 71

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

Shades of Old Rose #B33647

Tints of Old Rose #B33647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 71 (28.13% from 255) = 23.36%

R = 58.88%
G = 17.76%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B33647 (or 0xB33647) is known color: Old Rose. HEX triplet: B3, 36 and 47. RGB value is (179,54,71). Sum of RGB (Red+Green+Blue) = 179+54+71=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B33647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33647 is #4CC9B8. Grayscale: #5D5D5D. Windows color (decimal): -5032377 or 4667059. OLE color: 4667059.

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

Color convert

RGB 179 54 71 -
CMYK 0 0.70 0.60 0.30
HSL 351.84º 0.54% 0.46% -
HSV(B) 351.84º 0.7% 0.7% -
XYZ 21.05 12.68 7.3 -
YUV 93.31 115.41 189.12 -
System Red Green Blue C M Y K H S L
Decimal 179 54 71 0 0.70 0.60 0.30 351.84 0.54 0.46
Hex B3 36 47 0 46 3C 1E 160 36 2E
Octal 263 66 107 0 106 74 36 540 66 56
Binary 10110011 110110 1000111 0 1000110 111100 11110 101100000 110110 101110

Color Harmonies of #B33647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33647

Black with #B33647

Text Example


Text Example

White with #B33647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33647; }

 p { color: rgb(179,54,71); }

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

background-color css

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

 a { background-color: rgb(179,54,71); }

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

border-color css

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

 span { border-color: rgb(179,54,71); }

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